begin! add Rails and Obj-C templates
This commit is contained in:
commit
b7cc33a99b
8
Objective-C.gitignore
Normal file
8
Objective-C.gitignore
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# xcode
|
||||||
|
build/*
|
||||||
|
*.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
*.perspectivev3
|
||||||
|
# osx
|
||||||
|
.DS_Store
|
||||||
|
profile
|
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# A Collection of Useful .gitignore Templates
|
||||||
|
|
||||||
|
Thanks.
|
5
Rails.gitignore
Normal file
5
Rails.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.bundle
|
||||||
|
log/*
|
||||||
|
tmp/*
|
||||||
|
db/*.sqlite3
|
||||||
|
public/system/*
|
Loading…
Reference in New Issue
Block a user