Save current state (unmerged, broken, not working...)
[vchess.git] / .gitignore
CommitLineData
1d184b4c
BA
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7
8# Runtime data
9pids
10*.pid
11*.seed
12*.pid.lock
13
14# Temp files
15*.swp
16*~
17
298c42e6 18# Various files
86c9843c 19/db/vchess.sqlite
8d7e2786 20/utils/mailer.js
a48ee8b8 21/public/javascripts/socket_url.js
1d184b4c
BA
22
23# CSS generated files
24/public/stylesheets/*.map
25/public/stylesheets/*.css
26
27# Directory for instrumented libs generated by jscoverage/JSCover
28lib-cov
29
30# Coverage directory used by tools like istanbul
31coverage
32
33# nyc test coverage
34.nyc_output
35
36# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
37.grunt
38
39# Bower dependency directory (https://bower.io/)
40bower_components
41
42# node-waf configuration
43.lock-wscript
44
45# Compiled binary addons (https://nodejs.org/api/addons.html)
46build/Release
47
48# Dependency directories
49node_modules/
50jspm_packages/
51
52# Typescript v1 declaration files
53typings/
54
55# Optional npm cache directory
56.npm
57
58# Optional eslint cache
59.eslintcache
60
61# Optional REPL history
62.node_repl_history
63
64# Output of 'npm pack'
65*.tgz
66
67# Yarn Integrity file
68.yarn-integrity
69
70# dotenv environment variables file
71.env
72
73# next.js build output
74.next