mirror of
https://github.com/openflocon/Flocon.git
synced 2026-06-24 00:49:11 +00:00
updated git ignore (#372)
Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
4b7dd9b7b8
commit
3ed2b539d9
2 changed files with 24 additions and 0 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -1,2 +1,25 @@
|
|||
|
||||
.DS_Store
|
||||
|
||||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
/.idea/artifacts/
|
||||
.DS_Store
|
||||
/build
|
||||
**/build/
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
local.properties
|
||||
/grpc-server/grpc-go/
|
||||
|
||||
# Kotlin Multiplatform
|
||||
.kotlin/
|
||||
kotlin-js-store/
|
||||
|
|
|
|||
1
FloconAndroid/.gitignore
vendored
1
FloconAndroid/.gitignore
vendored
|
|
@ -10,6 +10,7 @@
|
|||
/.idea/artifacts/
|
||||
.DS_Store
|
||||
/build
|
||||
**/build/
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue