summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2017-03-01 16:58:28 +0100
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2017-03-01 16:58:28 +0100
commit2eee45f0a554a7c839f8a894b61aca4205714441 (patch)
tree97e09b942a0e8098552952ec4a47e110b7a0140d /.gitignore
downloadecs-2eee45f0a554a7c839f8a894b61aca4205714441.tar.gz
ecs-2eee45f0a554a7c839f8a894b61aca4205714441.zip
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6a502e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# 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/*.log
+/tmp