New packages for Controllers: REST and WEB
[WebAppTest/.git] / .gitignore
1 # Built application files
2 *.apk
3 *.ap_
4
5 # Files for the Dalvik VM
6 *.dex
7
8 # Java class files
9 *.class
10
11 # Generated files
12 bin/
13 gen/
14
15 # Gradle files
16 .gradle/
17 build/
18 # Ignore Gradle GUI config
19 gradle-app.setting
20
21 # Local configuration file (sdk path, etc)
22 local.properties
23
24 # Proguard folder generated by Eclipse
25 proguard/
26
27 #Log Files
28 *.log
29
30 #Eclipse
31 .classpath
32 .project
33 .settings
34
35 # Maven
36 target
37
38
39 # From: https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
40 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
41 *.iml
42 ## Directory-based project format:
43 .idea/
44 # if you remove the above rule, at least ignore the following:
45 # User-specific stuff:
46 # .idea/workspace.xml
47 # .idea/tasks.xml
48 # .idea/dictionaries
49 # Sensitive or high-churn files:
50 # .idea/dataSources.ids
51 # .idea/dataSources.xml
52 # .idea/sqlDataSources.xml
53 # .idea/dynamic.xml
54 # .idea/uiDesigner.xml
55 # Gradle:
56 # .idea/gradle.xml
57 # .idea/libraries
58 # Mongo Explorer plugin:
59 # .idea/mongoSettings.xml
60 ## File-based project format:
61 *.ipr
62 *.iws
63 ## Plugin-specific files:
64 # IntelliJ
65 out/
66 # mpeltonen/sbt-idea plugin
67 .idea_modules/
68 # JIRA plugin
69 atlassian-ide-plugin.xml
70 # Crashlytics plugin (for Android Studio and IntelliJ)
71 com_crashlytics_export_strings.xml