wb-list-manager/.gitignore

79 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-01-11 08:29:19 +00:00
# Created by .ignore support plugin (hsz.mobi)
2019-01-15 10:45:06 +00:00
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin/*.beam
rel/example_project
.concrete/DEV_MODE
.rebar
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
2019-01-11 08:29:19 +00:00
# User-specific stuff:
2019-01-15 10:45:06 +00:00
.idea/
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
2019-01-11 08:29:19 +00:00
# Sensitive or high-churn files:
2019-01-15 10:45:06 +00:00
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
2019-01-11 08:29:19 +00:00
# Gradle:
2019-01-15 10:45:06 +00:00
.idea/gradle.xml
.idea/libraries
2019-01-11 08:29:19 +00:00
# Mongo Explorer plugin:
2019-01-15 10:45:06 +00:00
.idea/mongoSettings.xml
2019-01-11 08:29:19 +00:00
*.iws
2019-01-15 10:45:06 +00:00
*.ipr
*.iml
2019-01-11 08:29:19 +00:00
# IntelliJ
2019-01-15 10:45:06 +00:00
/out/
2019-01-11 08:29:19 +00:00
# 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
2019-01-15 10:45:06 +00:00
fabric.properties
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
2019-01-11 08:29:19 +00:00
2019-01-15 10:45:06 +00:00
# Package Files #
*.jar
*.war
*.ear
2019-01-11 08:29:19 +00:00
2019-01-15 10:45:06 +00:00
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
env.list