Commit 3b4e0ab5531f98e88488ecd3f38a59d1a1bd04b6

Authored by Nung Poti
0 parents
Exists in master

gitignore

Showing 1 changed file with 19 additions and 0 deletions   Show diff stats
.gitignore 0 → 100644
  1 +++ a/.gitignore
... ... @@ -0,0 +1,19 @@
  1 +*.csv
  2 +*.dat
  3 +*.iml
  4 +*.log
  5 +*.out
  6 +*.pid
  7 +*.seed
  8 +*.sublime-*
  9 +*.swo
  10 +*.swp
  11 +*.tgz
  12 +*.xml
  13 +.DS_Store
  14 +.idea
  15 +.project
  16 +.strong-pm
  17 +coverage
  18 +node_modules
  19 +npm-debug.log
... ...