Hide public communty.
[ecs.git] / .gitignore
blobf36d79f7a2f69f431c95768b64b897411af6385c
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 /db/migrate/*.off
8 *.bak
10 # Ignore bundler config.
11 /.bundle
13 # Ignore the default SQLite database.
14 /db/*.sqlite3
15 /db/*.sqlite3-journal
17 # Ignore all logfiles and tempfiles.
18 /log/*.log
19 /tmp
21 /vendor
23 # VIM
24 *.swp
25 /dev.vim
27 /public