galactic-bot/.gitignore

20 lines
273 B
Plaintext
Raw Normal View History

2021-05-08 19:42:45 +02:00
# Environment BS
2020-04-09 16:25:06 +02:00
node_modules
2020-04-13 22:39:52 +02:00
.vscode
yarn-error.log
2020-06-05 21:14:38 +02:00
old.eslintrc.json
2021-08-16 23:01:08 +02:00
.env
yarn.lock
2021-05-08 19:42:45 +02:00
2022-03-29 00:47:07 +02:00
# Keeping track of command versions so we can avoid refreshing commands if they don't change
commandHash.json
2021-05-08 19:42:45 +02:00
# Logs, duh
2020-06-05 21:14:38 +02:00
logs
2021-05-08 19:42:45 +02:00
2021-06-06 10:46:41 +02:00
# API
2022-01-15 01:24:18 +01:00
src/middleware/api
# testing stuff
commands.json