copy .gitignore from old sharedlists

This commit is contained in:
JuliusR 2021-12-19 10:10:41 +01:00 committed by 1resu
parent b318469606
commit 16807381e5
1 changed files with 32 additions and 36 deletions

68
.gitignore vendored
View File

@ -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*