mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 04:53:02 +00:00
41 lines
499 B
Plaintext
41 lines
499 B
Plaintext
# Specifies intentionally untracked files to ignore when using Git
|
|
# http://git-scm.com/docs/gitignore
|
|
|
|
*~
|
|
*.sw[mnpcod]
|
|
*.log
|
|
*.tmp
|
|
*.tmp.*
|
|
log.txt
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.vscode/*
|
|
npm-debug.log*
|
|
|
|
.idea/
|
|
.ionic/
|
|
.sourcemaps/
|
|
.sass-cache/
|
|
.tmp/
|
|
.versions/
|
|
coverage/
|
|
www/
|
|
node_modules/
|
|
tmp/
|
|
temp/
|
|
platforms/
|
|
plugins/
|
|
plugins/android.json
|
|
plugins/ios.json
|
|
$RECYCLE.BIN/
|
|
dist/
|
|
# ignore generated resources
|
|
!resources/
|
|
resources/*
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
UserInterfaceState.xcuserstate
|
|
|
|
docs
|