Some advances in challenge handling (server+client)
[vchess.git] / server / .gitignore
1 # Logs
2 logs
3 *.log
4 npm-debug.log*
5 yarn-debug.log*
6 yarn-error.log*
7
8 # Runtime data
9 pids
10 *.pid
11 *.seed
12 *.pid.lock
13
14 # Temp files
15 *.swp
16 *~
17
18 # Various files
19 /db/vchess.sqlite
20 /config/parameters.js
21 /static/
22
23 # Compiled binary addons (https://nodejs.org/api/addons.html)
24 build/Release
25
26 # Dependency directories
27 node_modules/
28
29 # Optional npm cache directory
30 .npm
31
32 # Optional eslint cache
33 .eslintcache
34
35 # Output of 'npm pack'
36 *.tgz
37
38 # Yarn Integrity file
39 .yarn-integrity
40
41 # dotenv environment variables file
42 .env