Restructure gitignore

This commit is contained in:
Sophie Marie 2022-10-03 13:56:36 -05:00
parent ca3e1dd37e
commit 0caa0ab2da
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -1,6 +1,10 @@
node_modules/
#VSCode configurations.
.vscode
# NPM/Yarn stuff.
node_modules/
package-lock.json
releasenotes.txt
# Let's not leak any tokens now... That would be very bad
config.json
.env