Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / server / .gitignore
CommitLineData
625022fd
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
18# Various files
19/db/vchess.sqlite
20/config/parameters.js
21/serve/
22
23# Compiled binary addons (https://nodejs.org/api/addons.html)
24build/Release
25
26# Dependency directories
27node_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