mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Unify ASF/GUI startup
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -2,15 +2,22 @@
|
||||
## ArchiSteamFarm
|
||||
#################
|
||||
|
||||
# Ignore all config files, apart from ones we want to include
|
||||
ArchiSteamFarm/config/*
|
||||
# Ignore all config files
|
||||
ArchiSteamFarm/config
|
||||
GUI/config
|
||||
|
||||
# Include default config files
|
||||
!ArchiSteamFarm/config/ASF.json
|
||||
!ArchiSteamFarm/config/example.json
|
||||
!ArchiSteamFarm/config/minimal.json
|
||||
|
||||
# Ignore local debugging
|
||||
# Ignore local log
|
||||
ArchiSteamFarm/log.txt
|
||||
ArchiSteamFarm/debug/*
|
||||
GUI/log.txt
|
||||
|
||||
# Ignore local debugging
|
||||
ArchiSteamFarm/debug
|
||||
GUI/debug
|
||||
|
||||
# Ignore out
|
||||
out/
|
||||
|
||||
Reference in New Issue
Block a user