mirror of
https://github.com/szrpf/DataBoardDemo.git
synced 2024-12-25 03:08:33 +00:00
56 lines
379 B
Plaintext
56 lines
379 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
|
|
*.meta
|
|
|
|
#/
|
|
# OS generated files
|
|
#/
|
|
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
#/
|
|
# WebStorm files
|
|
#/
|
|
|
|
.idea/
|
|
|
|
#//
|
|
# VS Code files
|
|
#//
|
|
|
|
.vscode
|