diff --git a/.gitignore b/.gitignore index 072bcce..f50cedd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,36 @@ -# See https://help.github.com/articles/ignoring-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: -# git config --global core.excludesfile '~/.gitignore_global' +.bundle +.rake_tasks* +db/*.sqlite3 +log +node_modules +tmp/* +!tmp/.keep +public/assets +public/system +public/uploads +supplier_assets/** +vendor/bundle -# Ignore bundler config. -/.bundle +# no configuration +config/*.yml -# Ignore the default SQLite database. -/db/*.sqlite3 -/db/*.sqlite3-* +# IDEs, Developer tools +.idea +.loadpath +.project +.sass-cache +.rbenv-version +.get-dump.yml +.bash_history +nbproject/ +.*.sw? +*~ -# Ignore all logfiles and tempfiles. -/log/* -/tmp/* -!/log/.keep -!/tmp/.keep +coverage +tags -# Ignore pidfiles, but keep the directory. -/tmp/pids/* -!/tmp/pids/ -!/tmp/pids/.keep - -# Ignore uploaded files in development. -/storage/* -!/storage/.keep - -/public/assets -.byebug_history - -# Ignore master key for decrypting credentials and more. -/config/master.key - -/public/packs -/public/packs-test -/node_modules -/yarn-error.log -yarn-debug.log* -.yarn-integrity +# Capistrano etc. +Capfile +config/deploy +config/deploy.rb +Gemfile.capistrano*