mirror of https://github.com/CrimsonTome/tldr.git
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# This gitignore file is for this projects concerns.
|
|
# Please set swap files and system folder files for your operating system and
|
|
# editors to be ignored in
|
|
# the 'global ignore file'.
|
|
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
|
|
# : search for "global .gitignore"
|
|
|
|
# bundler specific
|
|
.gem
|
|
.bundle
|
|
|
|
# npm specific
|
|
node_modules
|