-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
210 lines (160 loc) · 4.8 KB
/
Copy path.gitignore
File metadata and controls
210 lines (160 loc) · 4.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# Built application files
project/*.apk
project/*.aar
project/*.ap_
project/*.aab
# Files for the ART/Dalvik VM
project/*.dex
# Java class files
project/*.class
# Generated files
project/bin/
project/gen/
project/out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/
# Gradle files
project/.gradle/
project/build/
# Local configuration file (sdk path, etc)
project/local.properties
# Proguard folder generated by Eclipse
project/proguard/
# Log Files
project/*.log
# Android Studio Navigation editor temp files
project/.navigation/
# Android Studio captures folder
project/captures/
# IntelliJ
project/*.iml
project/.idea/workspace.xml
project/.idea/tasks.xml
project/.idea/gradle.xml
project/.idea/assetWizardSettings.xml
project/.idea/dictionaries
project/.idea/libraries
# Android Studio 3 in .gitignore file.
project/.idea/caches
project/.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
project/.idea/navEditor.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
# External native build folder generated in Android Studio 2.2 and later
project/.externalNativeBuild
project/.cxx/
# Google Services (e.g. APIs or Firebase)
# google-services.json
# Freeline
project/freeline.py
project/freeline/
project/freeline_project_description.json
# fastlane
project/fastlane/report.xml
project/fastlane/Preview.html
project/fastlane/screenshots
project/fastlane/test_output
project/fastlane/readme.md
# Version control
project/vcs.xml
# lint
project/lint/intermediates/
project/lint/generated/
project/lint/outputs/
project/lint/tmp/
# lint/reports/
#############################################################################################################
#snkrs-server snkrs-server snkrs-server snkrs-server snkrs-server snkrs-server #############
#############################################################################################################
# Created by https://www.gitignore.io/api/java,intellij
# Edit at https://www.gitignore.io/?templates=java,intellij
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
snkrs-server/.idea/**/workspace.xml
snkrs-server/.idea/**/tasks.xml
snkrs-server/.idea/**/usage.statistics.xml
snkrs-server/.idea/**/dictionaries
snkrs-server/.idea/**/shelf
# Generated files
snkrs-server/.idea/**/contentModel.xml
# Sensitive or high-churn files
snkrs-server/.idea/**/dataSources/
snkrs-server/.idea/**/dataSources.ids
snkrs-server/.idea/**/dataSources.local.xml
snkrs-server/.idea/**/sqlDataSources.xml
snkrs-server/.idea/**/dynamic.xml
snkrs-server/.idea/**/uiDesigner.xml
snkrs-server/.idea/**/dbnavigator.xml
# Gradle
snkrs-server/.idea/**/gradle.xml
snkrs-server/.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr
# CMake
cmake-build-*/
# Mongo Explorer plugin
snkrs-server/.idea/**/mongoSettings.xml
# File-based project format
snkrs-server/*.iws
# IntelliJ
snkrs-server/out/
# mpeltonen/sbt-idea plugin
snkrs-server/.idea_modules/
# JIRA plugin
snkrs-server/atlassian-ide-plugin.xml
# Cursive Clojure plugin
snkrs-server/.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
snkrs-server/com_crashlytics_export_strings.xml
snkrs-server/crashlytics.properties
snkrs-server/crashlytics-build.properties
snkrs-server/fabric.properties
# Editor-based Rest Client
snkrs-server/.idea/httpRequests
# Android studio 3.1+ serialized cache file
snkrs-server/.idea/caches/build_file_checksums.ser
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
# Sonarlint plugin
snkrs-server/.idea/**/sonarlint/
# SonarQube Plugin
snkrs-server/.idea/**/sonarIssues.xml
# Markdown Navigator plugin
snkrs-server/.idea/**/markdown-navigator.xml
snkrs-server/.idea/**/markdown-navigator/
### Java ###
# Compiled class file
snkrs-server/*.class
# Log file
snkrs-server/*.log
# BlueJ files
snkrs-server/*.ctxt
# Mobile Tools for Java (J2ME)
snkrs-server/.mtj.tmp/
# Package Files #
snkrs-server/*.jar
snkrs-server/*.war
snkrs-server/*.nar
snkrs-server/*.ear
snkrs-server/*.zip
snkrs-server/*.tar.gz
snkrs-server/*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
snkrs-server/hs_err_pid*
# End of https://www.gitignore.io/api/java,intellij