mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 21:56:41 +00:00
Switch to Gradle
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
/.idea/*
|
||||
/.idea/
|
||||
*.iml
|
||||
/target/*
|
||||
/target/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
@ -8,4 +8,8 @@
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Gradle
|
||||
/build/
|
||||
/.gradle/
|
||||
|
Reference in New Issue
Block a user