chore(git): stop tracking top-level npm/ (NPM data) and ignore it
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -94,4 +94,6 @@ docker-compose.override.*.yml
|
|||||||
/frontend/.cache/
|
/frontend/.cache/
|
||||||
.tmp/
|
.tmp/
|
||||||
.tmp*.*/
|
.tmp*.*/
|
||||||
.cache/
|
.cache/
|
||||||
|
# Ignore Nginx Proxy Manager data
|
||||||
|
/npm/
|
||||||
|
|||||||
3
backend/.gitignore
vendored
Normal file
3
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
# Ignore Nginx Proxy Manager data
|
||||||
|
/npm/
|
||||||
Reference in New Issue
Block a user