UNPKG

461 BPlain TextView Raw
1# See http://help.github.com/ignore-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 all logfiles and tempfiles.
11/log/*.log
12/tmp
13/.idea/*
14/log/*.log
15/doc/*
16.DS_Store
17/public/assets
18/out
19/spec/out
20/node_modules