This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
anitrox/.gitignore
2022-10-03 13:56:36 -05:00

10 lines
159 B
Text

#VSCode configurations.
.vscode
# NPM/Yarn stuff.
node_modules/
package-lock.json
# Let's not leak any tokens now... That would be very bad
config.json
.env