Update gitignore
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -1,8 +1,22 @@
|
|||||||
|
# IDE and System Caches
|
||||||
|
.npm/
|
||||||
|
.cache/
|
||||||
|
.nvm/
|
||||||
|
|
||||||
|
# .NET / Backend
|
||||||
bin/
|
bin/
|
||||||
obj/
|
obj/
|
||||||
|
*.user
|
||||||
|
*.userprefs
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Nuxt / Frontend
|
||||||
|
node_modules/
|
||||||
Seasoned.Frontend/node_modules/
|
Seasoned.Frontend/node_modules/
|
||||||
.nuxt/
|
.nuxt/
|
||||||
.output/
|
.output/
|
||||||
dist/
|
dist/
|
||||||
.nvm/
|
|
||||||
|
# Secrets
|
||||||
.env
|
.env
|
||||||
|
.env.local
|
||||||
Reference in New Issue
Block a user