Initial commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
Reference in New Issue
Block a user