Initial controllers.
[ecs.git] / .gitignore
blob6a502e997fe5a1e212bd42f75f312d70c56d6a0a
1 # See https://help.github.com/articles/ignoring-files for more about ignoring files.
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'
7 # Ignore bundler config.
8 /.bundle
10 # Ignore the default SQLite database.
11 /db/*.sqlite3
12 /db/*.sqlite3-journal
14 # Ignore all logfiles and tempfiles.
15 /log/*.log
16 /tmp