2015-06-23 04:40:49 +01:00
|
|
|
# This gitignore file is for this projects concerns.
|
2015-06-23 15:39:10 +01:00
|
|
|
# Please set swap files and system folder files for your operating system and
|
|
|
|
# editors to be ignored in
|
2015-06-23 04:40:49 +01:00
|
|
|
# the 'global ignore file'.
|
|
|
|
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
|
|
|
|
# : search for "global .gitignore"
|
2015-06-23 15:39:10 +01:00
|
|
|
|
|
|
|
# bundler specific
|
|
|
|
.gem
|
2015-12-23 13:52:44 +00:00
|
|
|
.bundle
|
2016-01-13 13:10:26 +00:00
|
|
|
|
|
|
|
# npm specific
|
|
|
|
node_modules
|