cmder/.gitignore

34 lines
394 B
Plaintext
Raw Permalink 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/Readme.md
2020-04-30 00:03:24 +08:00
opt/*
!opt/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/*
2021-08-07 15:25:34 +08:00
vendor/git-for-windows
2014-02-25 00:55:34 +08:00
2018-11-09 10:35:23 +08:00
config/*
!config/Readme.md
2022-01-16 00:12:38 +08:00
!config/profile.d/README.md
2018-11-09 10:35:23 +08:00
config_user/*
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 *
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
2022-09-04 21:16:39 +08:00
.vs/*
2022-10-25 05:18:28 +08:00
.vscode
.idea