Refine .gitignore
[poolifier.git] / .gitignore
1 ### Git ###
2 # Created by git for backups. To disable backups in Git:
3 # $ git config --global mergetool.keepBackup false
4 *.orig
5
6 # Created by git when using merge tools for conflicts
7 *.BACKUP.*
8 *.BASE.*
9 *.LOCAL.*
10 *.REMOTE.*
11 *_BACKUP_*.txt
12 *_BASE_*.txt
13 *_LOCAL_*.txt
14 *_REMOTE_*.txt
15
16 # Logs
17 logs
18 *.log
19 npm-debug.log*
20
21 # Runtime data
22 pids
23 *.pid
24 *.seed
25
26 # Directory for instrumented libs generated by jscoverage/JSCover
27 lib-cov
28
29 # Coverage directory used by tools like istanbul
30 coverage
31
32 # nyc test coverage
33 .nyc_output
34
35 # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
36 .grunt
37
38 # node-waf configuration
39 .lock-wscript
40
41 # Compiled binary addons (http://nodejs.org/api/addons.html)
42 build/Release
43
44 # Dependency directories
45 node_modules
46 jspm_packages
47
48 # Optional npm cache directory
49 .npm
50
51 # Optional REPL history
52 .node_repl_history
53
54 # VisualStudioCode
55 .vscode/*
56 !.vscode/extensions.json
57 !.vscode/launch.json
58 !.vscode/settings.json
59 !.vscode/tasks.json
60
61 # Intellij
62 /.idea
63 /outputs
64 /docker/mongo
65 build/config.gypi
66
67 # Mac
68 .DS_Store
69
70 # Project specifics
71 .eslintcache
72 .history/
73 .scannerwork
74 lib
75 *.bak