5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-03 06:54:16 +00:00
panel/.gitignore
f a97da5b821
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: volver a ignorar los secretos
2023-03-16 12:22:37 -03:00

51 lines
868 B
Plaintext

# 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'
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
/node_modules
/yarn-error.log
.byebug_history
/_sites/*
/_deploy/*
/_private/*
/data/*
/_storage/*
.env*
# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/vendor
*.key
*.crt
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity