SpaceNinjaServer/.gitignore
Sainan dd76ef6227 improve: remove buildConfig.json from git
I think it makes more sense for this file to be distributed with the cache file
2024-05-28 13:52:37 +02:00

18 lines
210 B
Plaintext

/node_modules
/build
/.env
/config.json
/static/data/**
!/static/data/.gitkeep
yarn.lock
/tmp
# JetBrains/webstorm configs
.idea/
# logs
/logs
# MongoDB VSCode extension playground scripts
/database_scripts