Skip to content

Commit

Permalink
add very first sources
Browse files Browse the repository at this point in the history
  • Loading branch information
idkiller committed Feb 18, 2021
1 parent 8386b2c commit 95acea5
Show file tree
Hide file tree
Showing 7 changed files with 6,535 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
env:
browser: true
es2021: true
extends:
- 'eslint:recommended'
- 'plugin:@typescript-eslint/recommended'
parser: '@typescript-eslint/parser'
parserOptions:
ecmaVersion: 12
sourceType: module
plugins:
- '@typescript-eslint'
rules: {}
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
node_modules
built/**/*

*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp

logs
pids
tmp
results

.env
.DS_Store
Thumbs.db
.vscode/**/*
*.tsbuildinfo
Loading

0 comments on commit 95acea5

Please sign in to comment.