about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-06-24 14:20:22 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-06-24 14:20:22 -0400
commit5581530930129d7854ed5d99d058939ad9c790c2 (patch)
tree157515f64b34a86e0f6d33dc641e06a7ecc2982c /.gitignore
downloadthoughts-5581530930129d7854ed5d99d058939ad9c790c2.tar.gz
thoughts-5581530930129d7854ed5d99d058939ad9c790c2.tar.bz2
thoughts-5581530930129d7854ed5d99d058939ad9c790c2.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dcc5b36 --- /dev/null +++ b/.gitignore
@@ -0,0 +1,23 @@
1# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2#
3# If you find yourself ignoring temporary files generated by your text editor
4# or operating system, you probably want to add a global ignore instead:
5# git config --global core.excludesfile '~/.gitignore_global'
6
7# Ignore bundler config.
8/.bundle
9
10# Ignore the default SQLite database.
11/db/*.sqlite3
12/db/*.sqlite3-journal
13
14# Ignore all logfiles and tempfiles.
15/log/*
16/tmp/*
17!/log/.keep
18!/tmp/.keep
19
20/node_modules
21/yarn-error.log
22
23.byebug_history