Restructure gitignore
This commit is contained in:
parent
ca3e1dd37e
commit
0caa0ab2da
|
@ -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 New Issue