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
|
||||
/.project
|
||||
/.settings
|
||||
/target
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
target/
|
||||
|
||||
.DS_Store
|
||||
|
||||
**/*.iml
|
||||
**/.idea
|
||||
|
||||
/bin
|
||||
/dependency-reduced-pom.xml
|
||||
bin/
|
||||
dependency-reduced-pom.xml
|
||||
*-private.sh
|
||||
|
||||
/.gradle
|
||||
**/build
|
||||
.gradle/
|
||||
**/build/
|
||||
out/
|
||||
|
Loading…
Reference in New Issue
Block a user