mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 00:50:15 +00:00
General cleanup
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user