update gitIgnore
This commit is contained in:
parent
71bd825553
commit
24fdb1654a
19 changed files with 11 additions and 11 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -1,25 +1,24 @@
|
|||
# ---> JetBrains
|
||||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
|
||||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
|
||||
|
||||
.*
|
||||
!/.gitignore
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
.idea/**/shelf
|
||||
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
.idea/
|
||||
build/
|
||||
/.gradle/
|
||||
/.idea/
|
||||
/build/
|
||||
/.gradle/
|
||||
# AWS User-specific
|
||||
.idea/**/aws.xml
|
||||
|
||||
# Generated files
|
||||
.idea/**/contentModel.xml
|
||||
# Sensitive or high-churn files
|
||||
.idea/**/dataSources/
|
||||
.idea/**/dataSources.ids
|
||||
|
|
@ -82,3 +81,6 @@ fabric.properties
|
|||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
/.idea/
|
||||
/.gradle/buildOutputCleanup/
|
||||
/.gradle/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue