mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
9 Commits
2857c694fa
...
981f57a91d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
981f57a91d | ||
|
|
dcc0fc7bc2 | ||
|
|
3780fff86c | ||
|
|
314d381f1e | ||
|
|
6a98aacd54 | ||
|
|
9275edaddf | ||
|
|
bf4440e850 | ||
|
|
851683c443 | ||
|
|
0a25801fa9 |
@ -1,34 +1,45 @@
|
|||||||
# Gradle files
|
# Gradle
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
!gradle-wrapper.jar
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Log/OS Files
|
# Log files
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
# Android Studio / IntelliJ
|
||||||
|
*.iml
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# Android generated files
|
||||||
captures/
|
captures/
|
||||||
.externalNativeBuild/
|
.externalNativeBuild/
|
||||||
.cxx/
|
.cxx/
|
||||||
*.aab
|
|
||||||
*.apk
|
*.apk
|
||||||
|
*.ap_
|
||||||
|
*.aab
|
||||||
output-metadata.json
|
output-metadata.json
|
||||||
|
|
||||||
# IntelliJ
|
# Keystore files (never commit these)
|
||||||
*.iml
|
|
||||||
.idea/
|
|
||||||
misc.xml
|
|
||||||
deploymentTargetDropDown.xml
|
|
||||||
render.experimental.xml
|
|
||||||
|
|
||||||
# Keystore files
|
|
||||||
*.jks
|
*.jks
|
||||||
*.keystore
|
*.keystore
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
# Google Services
|
||||||
google-services.json
|
google-services.json
|
||||||
|
google-services.plist
|
||||||
|
|
||||||
# Android Profiling
|
# Firebase Crashlytics / Performance
|
||||||
|
crashlytics-build.properties
|
||||||
|
fabric.properties
|
||||||
|
|
||||||
|
# NDK / CMake
|
||||||
|
obj/
|
||||||
|
|
||||||
|
# Profiling
|
||||||
*.hprof
|
*.hprof
|
||||||
|
|
||||||
|
# OS-specific
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
# Godot 4.2+ specific ignores
|
||||||
|
~*.dll
|
||||||
|
|
||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
.nomedia
|
.nomedia
|
||||||
|
|||||||
5
community/FreeCAD.gitignore
Normal file
5
community/FreeCAD.gitignore
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# FreeCAD backup and temporary files
|
||||||
|
*.FC.lock
|
||||||
|
*.bak
|
||||||
|
*.FCBak
|
||||||
|
*.tmp
|
||||||
Loading…
Reference in New Issue
Block a user