mirror of
https://github.com/szrpf/DataBoardDemo.git
synced 2025-11-01 20:05:35 +00:00
Signed-off-by: szrpf <27185709@qq.com>
This commit is contained in:
54
.gitignore
vendored
Normal file
54
.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
#/
|
||||
# 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/
|
||||
Reference in New Issue
Block a user