DataBoardDemo/.gitignore
2023-05-24 13:28:09 +08:00

55 lines
372 B
Plaintext

#/
# Fireball Projects
#/
/library/
/temp/
local/*
!local/local.json
/build/
#/
# npm files
#/
npm-debug.log
node_modules/
#/
# Logs and databases
#/
*.log
*.sql
*.sqlite
#/
# files for debugger
#/
*.sln
*.csproj
*.pidb
*.unityproj
*.suo
#/
# OS generated files
#/
.DS_Store
ehthumbs.db
Thumbs.db
#/
# WebStorm files
#/
.idea/
#//
# VS Code files
#//
.vscode