Update .gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -43,9 +43,9 @@ hs_err_pid*
|
||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||
# since they will be recreated, and may cause churn. Uncomment if using
|
||||
# auto-import.
|
||||
# .idea/modules.xml
|
||||
# .idea/*.iml
|
||||
# .idea/modules
|
||||
.idea/modules.xml
|
||||
.idea/*.iml
|
||||
.idea/modules
|
||||
|
||||
# CMake
|
||||
cmake-build-*/
|
||||
@ -79,3 +79,7 @@ fabric.properties
|
||||
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
# Maven build
|
||||
target/
|
||||
**/target/
|
||||
|
Reference in New Issue
Block a user