General cleanup

This commit is contained in:
JustArchi
2017-06-30 08:53:03 +02:00
parent f3c3573b23
commit 78bb754a6e
4 changed files with 16 additions and 22 deletions

18
.gitignore vendored
View File

@@ -4,25 +4,21 @@
# Ignore all config files
ArchiSteamFarm/config
GUI/config
# Include default config files
# Include default pre-defined config files
!ArchiSteamFarm/config/ASF.json
!ArchiSteamFarm/config/example.json
!ArchiSteamFarm/config/minimal.json
# Ignore local log
# Ignore local log + debugging
ArchiSteamFarm/log.txt
GUI/log.txt
# Ignore local debugging
ArchiSteamFarm/debug
GUI/debug
# Ignore out
out/
# Ignore out folders for publishing
out
ArchiSteamFarm/out
# Crowdin CLI secret
# Ignore crowdin CLI secret
tools/crowdin-cli/crowdin_identity.yaml
#################
@@ -33,7 +29,7 @@ tools/crowdin-cli/crowdin_identity.yaml
## files generated by popular Visual Studio add-ons.
# User-specific files
.vs/
.vs
*.suo
*.user
*.sln.docstates