AuthMeReloaded/.gitignore

116 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2015-11-23 21:39:42 +01:00
### Java files ###
2015-06-17 18:54:32 +02:00
*.class
2017-02-19 11:34:56 +01:00
MANIFEST.MF
2015-06-17 18:54:32 +02:00
2015-11-23 21:39:42 +01:00
# Package Files
2015-06-17 18:54:32 +02:00
#*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2017-03-17 19:48:42 +01:00
# Mac OS
.DS_Store
2015-11-23 21:39:42 +01:00
2015-06-17 18:54:32 +02:00
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
2015-11-23 21:39:42 +01:00
# Ignore project files
2015-06-17 18:54:32 +02:00
*.iml
2017-09-16 14:45:03 +02:00
*.java___jb_tmp___
2015-06-17 18:54:32 +02:00
2015-11-23 21:39:42 +01:00
# Ignore IDEA directory
.idea/*
2015-11-23 21:39:42 +01:00
# Include the project's code style settings file
!.idea/codeStyleSettings.xml
2015-11-23 21:39:42 +01:00
# File-based project format:
2015-06-17 18:54:32 +02:00
*.ipr
*.iws
2015-11-23 21:39:42 +01:00
### Plugin-specific files: ###
2015-06-17 18:54:32 +02:00
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
2015-11-23 21:39:42 +01:00
2015-06-17 18:54:32 +02:00
### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
# Eclipse Core
2014-07-25 01:30:52 +02:00
.project
2015-06-17 18:54:32 +02:00
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
2015-11-23 21:39:42 +01:00
2015-06-17 18:54:32 +02:00
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
2015-11-23 21:39:42 +01:00
2015-06-17 18:54:32 +02:00
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
2015-11-23 21:39:42 +01:00
### Git ###
# Don't exclude the .gitignore itself
!.gitignore