You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
116 lines
1.9 KiB
116 lines
1.9 KiB
/src/Notes/app/build
|
|
###Android###
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
/src/Notes/app/bin/
|
|
/src/Notes/app/gen/
|
|
/src/Notes/app/out/
|
|
|
|
# Gradle files
|
|
/src/Notes/app/.gradle/
|
|
/src/Notes/app/build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
/src/Notes/app/local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
/src/Notes/app/proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Crashlytics plugin (for Android Studio and IntelliJ)
|
|
/src/Notes/app/com_crashlytics_export_strings.xml
|
|
/src/Notes/app/crashlytics.properties
|
|
/src/Notes/app/crashlytics-build.properties
|
|
/src/Notes/app/fabric.properties
|
|
|
|
# Android Studio Navigation editor temp files
|
|
/src/Notes/app/.navigation/
|
|
|
|
# Android Studio captures folder
|
|
captures/
|
|
|
|
# Keystore files
|
|
*.jks
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
.externalNativeBuild
|
|
|
|
###macOS###
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
###Linux###
|
|
*~
|
|
|
|
# temporary files which can be created if a process still has a handle open of a deleted file
|
|
.fuse_hidden*
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
# .nfs files are created when an open file is removed but is still being accessed
|
|
.nfs*
|
|
|
|
###Windows###
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
# Windows Installer files
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Windows shortcuts
|
|
*.lnk
|
|
###IntelliJ###
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
/src/Notes/app/.idea/
|
|
/src/Notes/app/libs/ |