This repository has been archived on 2022-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
JavaProgressia/.gitignore
2020-09-03 23:40:28 +03:00

20 lines
271 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/
run/