Kr Younger 6 anos atrás
pai
commit
e53c9b643b
1 arquivos alterados com 19 adições e 46 exclusões
  1. 19
    46
      .gitignore

+ 19
- 46
.gitignore Ver arquivo

@@ -1,52 +1,25 @@
1
-# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
2
-# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
1
+# ---> Java
2
+# Compiled class file
3
+*.class
3 4
 
4
-# User-specific stuff
5
-.idea/**/workspace.xml
6
-.idea/**/tasks.xml
7
-.idea/**/dictionaries
8
-.idea/**/shelf
5
+# Log file
6
+*.log
9 7
 
10
-# Sensitive or high-churn files
11
-.idea/**/dataSources/
12
-.idea/**/dataSources.ids
13
-.idea/**/dataSources.local.xml
14
-.idea/**/sqlDataSources.xml
15
-.idea/**/dynamic.xml
16
-.idea/**/uiDesigner.xml
17
-.idea/**/dbnavigator.xml
8
+# BlueJ files
9
+*.ctxt
18 10
 
19
-# Gradle
20
-.idea/**/gradle.xml
21
-.idea/**/libraries
11
+# Mobile Tools for Java (J2ME)
12
+.mtj.tmp/
22 13
 
23
-# CMake
24
-cmake-build-debug/
25
-cmake-build-release/
14
+# Package Files #
15
+*.jar
16
+*.war
17
+*.ear
18
+*.zip
19
+*.tar.gz
20
+*.rar
26 21
 
27
-# Mongo Explorer plugin
28
-.idea/**/mongoSettings.xml
22
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
+hs_err_pid*
29 24
 
30
-# File-based project format
31
-*.iws
32
-
33
-# IntelliJ
34
-out/
35
-
36
-# mpeltonen/sbt-idea plugin
37
-.idea_modules/
38
-
39
-# JIRA plugin
40
-atlassian-ide-plugin.xml
41
-
42
-# Cursive Clojure plugin
43
-.idea/replstate.xml
44
-
45
-# Crashlytics plugin (for Android Studio and IntelliJ)
46
-com_crashlytics_export_strings.xml
47
-crashlytics.properties
48
-crashlytics-build.properties
49
-fabric.properties
50
-
51
-# Editor-based Rest Client
52
-.idea/httpRequests
25
+.DS_Store