Etar-Calendar/.gitignore
Aayush Gupta 3edff17ff1 .gitignore: Ignore system configurations created in Mac OS
DS_Store files are automatically created by Mac OS X Finder in browsed directories.
These files contain information about system configuration. If you upload them along with
other files, the files can be misused to obtain information about your computer.

Ref: https://helpx.adobe.com/in/dreamweaver/kb/remove-ds-store-files-mac.html

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2022-07-28 19:53:01 +02:00

42 lines
494 B
Plaintext

# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# MAC OSX system files
*.DS_Store
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
app/build/
app/libs/*-release.aar
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio
.idea/
*.iml
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/