Fix hidden queen captured en-passant when not starting on 2nd row
[vchess.git] / .gitignore
1 # Various files
2 /server/db/vchess.sqlite
3 /server/config/parameters.js
4 /server/fallback/*
5 !/server/fallback/README
6 /client/dist/*
7 !/client/dist/.gitkeep
8 /client/src/parameters.js
9
10 # Dependency directories#
11 node_modules/
12
13 # Log files
14 npm-debug.log*
15
16 # Temp files
17 *.swp
18 *~
19
20 # Optional npm cache directory
21 .npm/
22
23 # Optional eslint cache
24 .eslintcache/
25
26 # dotenv environment variables file
27 .env
28 .env.local
29 .env.*.local