Skip to content

Commit

Permalink
Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
FWEugene committed Jul 26, 2018
1 parent d05ea58 commit c140075
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ruby
tmp/
log/
db/production.sqlite3
db/development.sqlite3

# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
!default.xcworkspace
xcuserdata
profile
*.moved-aside
# Finder
.DS_Store
.svn
*.swp
*.~nib

0 comments on commit c140075

Please sign in to comment.