Skip to content

Commit

Permalink
Add git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
EvertSalinas committed Mar 23, 2018
1 parent 03d5410 commit a58d2f1
Showing 1 changed file with 41 additions and 8 deletions.
49 changes: 41 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
Expand All @@ -12,12 +12,45 @@
/db/*.sqlite3-journal

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/log/*.log
/tmp
*.orig
*.dump
*.rdb
public/uploads/
config/config_vars.yml
*.DS_Store
*.db
logfile

/node_modules
/yarn-error.log

.byebug_history
# Ignore application configuration
/config/application.yml
config/database.yml
config/initializers/secret_token.rb
erd.pdf
erd.dot
public/test-doc.pdf
coverage

config/database.yml
*.sublime-*

# Idea files
*.iws
*.iml
*.ipr
*.ids

.rakeTasks
.generators

/uploads/

todos

node_modules/
browserify-cache.json
spec/examples.txt

TODO

0 comments on commit a58d2f1

Please sign in to comment.