mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-25 20:16:03 +01:00
Fix gitignore (#406)
Using Github Desktop on Windows, file paths with a leading slash do not seem to match anything. This commit changes the gitignore entries to a more widely supported format.
This commit is contained in:
parent
8c345cb64b
commit
024a51549d
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,17 +1,17 @@
|
|||||||
/.classpath
|
.classpath
|
||||||
/.project
|
.project
|
||||||
/.settings
|
.settings/
|
||||||
/target
|
target/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
**/*.iml
|
**/*.iml
|
||||||
**/.idea
|
**/.idea
|
||||||
|
|
||||||
/bin
|
bin/
|
||||||
/dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
*-private.sh
|
*-private.sh
|
||||||
|
|
||||||
/.gradle
|
.gradle/
|
||||||
**/build
|
**/build/
|
||||||
out/
|
out/
|
||||||
|
Loading…
Reference in New Issue
Block a user