Update .gitignore

This commit is contained in:
dredgy
2021-11-11 17:58:55 +10:00
committed by GitHub
parent 81cdcd17c3
commit 52d9c36789

5
.gitignore vendored
View File

@@ -1,4 +1,4 @@
/node_modules/ /node_modules/
/bin/ /bin/
/obj/ /obj/
*.dll *.dll
@@ -6,4 +6,5 @@
/tables/* /tables/*
/Properties/ /Properties/
/.idea/ /.idea/
/wwwroot/scripts/js/* /wwwroot/scripts/js/*.js
/wwwroot/styles/css/*