Restructure gitignore
This commit is contained in:
parent
ca3e1dd37e
commit
0caa0ab2da
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,6 +1,10 @@
|
||||||
node_modules/
|
#VSCode configurations.
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
# NPM/Yarn stuff.
|
||||||
|
node_modules/
|
||||||
package-lock.json
|
package-lock.json
|
||||||
releasenotes.txt
|
|
||||||
|
# Let's not leak any tokens now... That would be very bad
|
||||||
config.json
|
config.json
|
||||||
.env
|
.env
|
||||||
|
|
Reference in a new issue