mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-14 22:56:18 +01:00
024a51549d
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.
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
.classpath
|
|
.project
|
|
.settings/
|
|
target/
|
|
|
|
.DS_Store
|
|
|
|
**/*.iml
|
|
**/.idea
|
|
|
|
bin/
|
|
dependency-reduced-pom.xml
|
|
*-private.sh
|
|
|
|
.gradle/
|
|
**/build/
|
|
out/
|