aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpacien2019-03-28 23:55:04 +0100
committerpacien2019-03-28 23:55:04 +0100
commit3d0be158848ac9f7edcd9065f6f8afd8c1bbead4 (patch)
treea47383cdf3addf7022ba51600ff37a3138723c71 /.gitignore
downloadjava-lemonad-3d0be158848ac9f7edcd9065f6f8afd8c1bbead4.tar.gz
init repo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore102
1 files changed, 102 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7788b1e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,102 @@
1# Created by .ignore support plugin (hsz.mobi)
2### Java template
3# Compiled class file
4*.class
5
6# Log file
7*.log
8
9# BlueJ files
10*.ctxt
11
12# Mobile Tools for Java (J2ME)
13.mtj.tmp/
14
15# Package Files #
16*.jar
17*.war
18*.nar
19*.ear
20*.zip
21*.tar.gz
22*.rar
23
24# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
25hs_err_pid*
26### Gradle template
27.gradle
28/build/
29
30# Ignore Gradle GUI config
31gradle-app.setting
32
33# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
34!gradle-wrapper.jar
35
36# Cache of project
37.gradletasknamecache
38
39# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
40# gradle/wrapper/gradle-wrapper.properties
41### JetBrains template
42# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
43# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
44
45# User-specific stuff
46.idea/**/workspace.xml
47.idea/**/tasks.xml
48.idea/**/usage.statistics.xml
49.idea/**/dictionaries
50.idea/**/shelf
51
52# Sensitive or high-churn files
53.idea/**/dataSources/
54.idea/**/dataSources.ids
55.idea/**/dataSources.local.xml
56.idea/**/sqlDataSources.xml
57.idea/**/dynamic.xml
58.idea/**/uiDesigner.xml
59.idea/**/dbnavigator.xml
60
61# Gradle
62.idea/**/gradle.xml
63.idea/**/libraries
64
65# Gradle and Maven with auto-import
66# When using Gradle or Maven with auto-import, you should exclude module files,
67# since they will be recreated, and may cause churn. Uncomment if using
68# auto-import.
69# .idea/modules.xml
70# .idea/*.iml
71# .idea/modules
72
73# CMake
74cmake-build-*/
75
76# Mongo Explorer plugin
77.idea/**/mongoSettings.xml
78
79# File-based project format
80*.iws
81
82# IntelliJ
83out/
84
85# mpeltonen/sbt-idea plugin
86.idea_modules/
87
88# JIRA plugin
89atlassian-ide-plugin.xml
90
91# Cursive Clojure plugin
92.idea/replstate.xml
93
94# Crashlytics plugin (for Android Studio and IntelliJ)
95com_crashlytics_export_strings.xml
96crashlytics.properties
97crashlytics-build.properties
98fabric.properties
99
100# Editor-based Rest Client
101.idea/httpRequests
102