This repository has been archived on 2022-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
JavaProgressia/.gitignore
serega404 fcf225f9c7 Updated NSIS installer
Added:
- game icon
- left side image
- desktop shortcut
- main menu shortcut
- working directory in AppData
2021-01-20 18:09:59 +03:00

40 lines
802 B
Plaintext

# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# Ignore Eclipse IDE files
bin
.settings
.classpath
.project
# Ignore Windows Thumb.db files
**/Thumbs.db
# Ignore MacOS
**/.DS_Store
.idea/
# Ignore the dedicated working directory
run/*
# ... Except the dummy file inside to make sure that the directory exists
!run/.dummy
# Ignore package building artifacts
build_packages/*
# ... Except build_packages/NSIS/ProgressiaInstaller.nsi
!build_packages/NSIS
build_packages/NSIS/*
!build_packages/NSIS/ProgressiaInstaller.nsi
!build_packages/NSIS/logo.ico
!build_packages/NSIS/left_side.bmp
# ... and except build_packages/DEB/template
!build_packages/DEB
build_packages/DEB/*
!build_packages/DEB/template