WorldGuardWrapper/.gitignore

69 lines
780 B
Plaintext
Raw Normal View History

2018-08-02 01:04:23 +02:00
# Java source files
*.class
MANIFEST.MF
*.jar
*.war
*.ear
hs_err_pid*
# Mac
.DS_Store
# Intellij
*.iml
*.java___jb_tmp___
.idea/*
*.ipr
*.iws
/out/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
# Eclipse
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.externalToolBuilders/
*.launch
.cproject
.classpath
.buildpath
2018-08-02 13:24:24 +02:00
.factorypath
2018-08-02 01:04:23 +02:00
.target
.texlipse
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
# NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
2018-08-02 13:24:24 +02:00
# VSCode
.vscode/