gluster-web-interface/.gitignore

38 lines
679 B
Plaintext
Raw Permalink Normal View History

2016-04-25 00:47:31 +00:00
# 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.
2016-06-30 07:40:09 +00:00
/.bundle
2016-04-25 00:47:31 +00:00
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
.idea/.generators
.idea/.rakeTasks
*.xml
*.iml
2016-06-30 07:40:09 +00:00
*.keep
2016-04-25 00:47:31 +00:00
app/assets/images/.keep
2016-08-17 18:49:44 +00:00
# Ignore configuration file
2016-08-17 18:54:40 +00:00
*.conf
2017-10-22 02:31:58 +00:00
# Ignore npm packages
node_modules
# Ignore bower packages
vendor/assets/components