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
OLEGSHA 8f419b4d02 Rewrote README, wrote building guides and cleaned up
- Updated/prettified README.md
- Wrote extensive building guides
- Removed pictures/
- Removed music samples
- Made sure that git creates run/ when cloning
2021-01-10 20:52:45 +03:00

42 lines
925 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
# ... and except build_packages/DEB/progressia-*/DEBIAN/control
!build_packages/DEB
build_packages/DEB/*
!build_packages/DEB/progressia-*
build_packages/DEB/progressia-*/*
!build_packages/DEB/progressia-*/DEBIAN
build_packages/DEB/progressia-*/DEBIAN/*
!build_packages/DEB/progressia-*/DEBIAN/control