added installer
This commit is contained in:
parent
1d04e2a4e8
commit
ce741133d8
12 changed files with 2226 additions and 0 deletions
72
.gitignore
vendored
Normal file
72
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
# Windows Agent Installation Artifacts
|
||||
# These files should not be committed to the repository
|
||||
|
||||
# Generated Config Files
|
||||
OGP64/OGP/Cfg/Config.pm
|
||||
OGP64/OGP/Cfg/Preferences.pm
|
||||
OGP64/OGP/Cfg/bash_prefs.cfg
|
||||
|
||||
# Runtime Files
|
||||
OGP64/OGP/ogp_agent.log
|
||||
OGP64/OGP/*.pid
|
||||
OGP64/OGP/ogp_agent_run.pid
|
||||
OGP64/OGP/OGP.pid
|
||||
OGP64/var/run/*.pid
|
||||
|
||||
# Screenlogs (server console output)
|
||||
OGP64/OGP/screenlogs/
|
||||
|
||||
# Startup Hints
|
||||
OGP64/OGP/startups/
|
||||
|
||||
# Runtime Status Files
|
||||
OGP64/OGP/runtime_status/
|
||||
|
||||
# Temporary and Cache Files
|
||||
OGP64/OGP/tmp/
|
||||
OGP64/OGP/shared/
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# SteamCMD Cache
|
||||
OGP64/OGP/steamcmd/linux32/
|
||||
OGP64/OGP/steamcmd/steamapps/
|
||||
|
||||
# Extracted Portable Git (included as 7z but not extracted)
|
||||
tools/PortableGit/
|
||||
|
||||
# Logs and Backups (created at C:\GSP during installation)
|
||||
logs/
|
||||
backups/
|
||||
|
||||
# Windows-specific files
|
||||
Thumbs.db
|
||||
*.lnk
|
||||
.DS_Store
|
||||
|
||||
# Editor and IDE Files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
*.sublime-workspace
|
||||
|
||||
# Installer Artifacts (if extracted locally)
|
||||
Installer/PortableGit-*/
|
||||
|
||||
# Agent Home Directories (customer servers)
|
||||
home/
|
||||
|
||||
# Cygwin runtime (if accidentally committed)
|
||||
OGP64/bin/
|
||||
OGP64/lib/
|
||||
OGP64/etc/
|
||||
OGP64/sbin/
|
||||
OGP64/usr/
|
||||
|
||||
# Do NOT ignore these important files
|
||||
!Installer/PortableGit-2.54.0-64-bit.7z.exe
|
||||
!
|
||||
Loading…
Add table
Add a link
Reference in a new issue