Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lambirou committed May 22, 2021
1 parent ea4fa22 commit c0ecf84
Showing 1 changed file with 30 additions and 25 deletions.
55 changes: 30 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
*.DS_Store
test/www/*.js
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata

*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
*.sublime-project
*.sublime-workspace
npm-debug.log*
# Android Projects

.idea/
.ionic/
.sourcemaps/
.sass-cache/
.tmp/
.versions/
.vscode/
coverage/
node_modules/
tmp/
temp/
$RECYCLE.BIN/
*.apk
*.ap_
*.dex
*.class

bin/
gen/

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
.gradle/
build/

local.properties
proguard/

.idea
*.iml
/nbproject/private/
nbproject

0 comments on commit c0ecf84

Please sign in to comment.