Added comments why.
This commit is contained in:
parent
d17552adae
commit
5d025e1caf
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -17,7 +17,14 @@
|
||||||
# Ignore .project files
|
# Ignore .project files
|
||||||
/.project
|
/.project
|
||||||
|
|
||||||
db/schema.rb
|
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
|
# Ignore mac stuff
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Ignore .swp files
|
||||||
|
.*.swp
|
||||||
|
|
||||||
|
# Ignore local changes to schema.rb (e. g. through extentions)
|
||||||
|
db/schema.rb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue