.gitignore (326B)
1 # See https://help.github.com/ignore-files/ for more about ignoring files. 2 3 # dependencies 4 /node_modules 5 6 # testing 7 /coverage 8 9 # production 10 /build/ 11 /saves/ 12 /permasaves/ 13 /__pycache__ 14 debug 15 16 # misc 17 .DS_Store 18 .env.local 19 .env.development.local 20 .env.test.local 21 .env.production.local 22 23 npm-debug.log* 24 yarn-debug.log* 25 yarn-error.log*