intials app
This commit is contained in:
31
.gitignore
vendored
31
.gitignore
vendored
@@ -1,4 +1,9 @@
|
||||
# ---> Node
|
||||
app/src/docs
|
||||
app/src/frontend
|
||||
lstWrapper/bin
|
||||
lstWrapper/obj
|
||||
lstWrapper/publish
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
@@ -170,31 +175,5 @@ go.work.sum
|
||||
#
|
||||
# Recommended: Go.AllowList.gitignore
|
||||
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not these files...
|
||||
!/.gitignore
|
||||
|
||||
!*.go
|
||||
!go.sum
|
||||
!go.mod
|
||||
|
||||
!README.md
|
||||
!LICENSE
|
||||
|
||||
# !Makefile
|
||||
|
||||
# ...even if they are in subdirectories
|
||||
!*/
|
||||
|
||||
# ---> MonoDevelop
|
||||
#User Specific
|
||||
*.userprefs
|
||||
*.usertasks
|
||||
|
||||
#Mono Project Files
|
||||
*.pidb
|
||||
*.resources
|
||||
test-results/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user