added android/.idea/libraries to gitignore
This commit is contained in:
parent
3905c53326
commit
1fec7b6595
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -46,7 +46,6 @@ out/
|
|||
|
||||
# Gradle files
|
||||
.gradle/
|
||||
build/
|
||||
|
||||
# Local configuration file (sdk path, etc)
|
||||
local.properties
|
||||
|
@ -77,6 +76,8 @@ captures/
|
|||
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
|
||||
.idea/navEditor.xml
|
||||
|
||||
android/.idea/libraries
|
||||
|
||||
# Keystore files
|
||||
# Uncomment the following lines if you do not want to check your keystore files in.
|
||||
#*.jks
|
||||
|
|
Loading…
Add table
Reference in a new issue