move all backend files to subfoler

trunk
Thomas Riboulet 3 years ago
parent 26e609f63c
commit 4ced13aad0

26
.gitignore vendored

@ -5,32 +5,32 @@
# git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config.
/.bundle
*/.bundle
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
*/log/*
*/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore pidfiles, but keep the directory.
/tmp/pids/*
*/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
# Ignore uploaded files in development.
/storage/*
*/storage/*
!/storage/.keep
/public/assets
*/public/assets
.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
*/config/master.key
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
*/public/packs
*/public/packs-test
*/node_modules
*/yarn-error.log
*/yarn-debug.log*
*/.yarn-integrity

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save