Skip to content

Commit

Permalink
Clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Dec 2, 2016
1 parent 2ed9ed5 commit 3102fb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore local changes to schema.rb (e. g. through extentions)
/db/schema.rb

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp/websocket*
/tmp/cache*
/tmp/pids/*
/tmp/*.png
/log
/tmp
/public/assets/*.*
/public/assets/app/*
/public/assets/custom/*
/public/assets/app
/public/assets/custom

# Ignore custom gem file
Gemfile.local
/Gemfile.local

# Ignore .project files
/.project
Expand All @@ -36,10 +36,7 @@ Gemfile.local
.*.swp

# Ignore coverage stuff
/coverage/*

# Ignore local changes to schema.rb (e. g. through extentions)
db/schema.rb
/coverage

# Ignore Rubymine config
/.idea
Expand Down
Empty file removed tmp/README
Empty file.
Empty file removed tmp/pids/README
Empty file.

0 comments on commit 3102fb2

Please sign in to comment.