cmder/.gitignore

27 lines
310 B
Plaintext
Raw Normal View History

2013-07-09 15:43:50 +08:00
## Those files should be taken from their repositary
2018-11-09 10:35:23 +08:00
bin/*
2018-09-03 19:05:20 +08:00
bin/*/*
!bin/Readme.md
2018-11-09 10:35:23 +08:00
vendor/*/*
2018-09-03 08:09:12 +08:00
!vendor/bin/*
!vendor/lib/*
!vendor/*
!vendor/psmodules/PsGet
2014-02-25 00:55:34 +08:00
2018-11-09 10:35:23 +08:00
config/*
config/*/*
!config/Readme.md
2013-11-04 00:55:48 +08:00
Thumbs.db
2013-11-16 00:05:17 +08:00
*.exe
2015-05-20 01:37:34 +08:00
*.dll
build/
Version v*
2015-07-09 14:12:53 +08:00
*.bak
.github_changelog_generator
2017-04-07 13:50:24 +08:00
launcher/.vs
launcher/src/version.rc2