Skip to content

Commit f16c4b2

Browse files
committed
Add initial state of .gitignore
0 parents  commit f16c4b2

File tree

1 file changed

+274
-0
lines changed

1 file changed

+274
-0
lines changed

.gitignore

Lines changed: 274 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,274 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/java,intellij,intellij+all,intellij+iml,maven
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=java,intellij,intellij+all,intellij+iml,maven
4+
5+
### Intellij ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# AWS User-specific
17+
.idea/**/aws.xml
18+
19+
# Generated files
20+
.idea/**/contentModel.xml
21+
22+
# Sensitive or high-churn files
23+
.idea/**/dataSources/
24+
.idea/**/dataSources.ids
25+
.idea/**/dataSources.local.xml
26+
.idea/**/sqlDataSources.xml
27+
.idea/**/dynamic.xml
28+
.idea/**/uiDesigner.xml
29+
.idea/**/dbnavigator.xml
30+
31+
# Gradle
32+
.idea/**/gradle.xml
33+
.idea/**/libraries
34+
35+
# Gradle and Maven with auto-import
36+
# When using Gradle or Maven with auto-import, you should exclude module files,
37+
# since they will be recreated, and may cause churn. Uncomment if using
38+
# auto-import.
39+
# .idea/artifacts
40+
# .idea/compiler.xml
41+
# .idea/jarRepositories.xml
42+
# .idea/modules.xml
43+
# .idea/*.iml
44+
# .idea/modules
45+
# *.iml
46+
# *.ipr
47+
48+
# CMake
49+
cmake-build-*/
50+
51+
# Mongo Explorer plugin
52+
.idea/**/mongoSettings.xml
53+
54+
# File-based project format
55+
*.iws
56+
57+
# IntelliJ
58+
out/
59+
60+
# mpeltonen/sbt-idea plugin
61+
.idea_modules/
62+
63+
# JIRA plugin
64+
atlassian-ide-plugin.xml
65+
66+
# Cursive Clojure plugin
67+
.idea/replstate.xml
68+
69+
# SonarLint plugin
70+
.idea/sonarlint/
71+
72+
# Crashlytics plugin (for Android Studio and IntelliJ)
73+
com_crashlytics_export_strings.xml
74+
crashlytics.properties
75+
crashlytics-build.properties
76+
fabric.properties
77+
78+
# Editor-based Rest Client
79+
.idea/httpRequests
80+
81+
# Android studio 3.1+ serialized cache file
82+
.idea/caches/build_file_checksums.ser
83+
84+
### Intellij Patch ###
85+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
86+
87+
# *.iml
88+
# modules.xml
89+
# .idea/misc.xml
90+
# *.ipr
91+
92+
# Sonarlint plugin
93+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
94+
.idea/**/sonarlint/
95+
96+
# SonarQube Plugin
97+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
98+
.idea/**/sonarIssues.xml
99+
100+
# Markdown Navigator plugin
101+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
102+
.idea/**/markdown-navigator.xml
103+
.idea/**/markdown-navigator-enh.xml
104+
.idea/**/markdown-navigator/
105+
106+
# Cache file creation bug
107+
# See https://youtrack.jetbrains.com/issue/JBR-2257
108+
.idea/$CACHE_FILE$
109+
110+
# CodeStream plugin
111+
# https://plugins.jetbrains.com/plugin/12206-codestream
112+
.idea/codestream.xml
113+
114+
### Intellij+all ###
115+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
116+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
117+
118+
# User-specific stuff
119+
120+
# AWS User-specific
121+
122+
# Generated files
123+
124+
# Sensitive or high-churn files
125+
126+
# Gradle
127+
128+
# Gradle and Maven with auto-import
129+
# When using Gradle or Maven with auto-import, you should exclude module files,
130+
# since they will be recreated, and may cause churn. Uncomment if using
131+
# auto-import.
132+
# .idea/artifacts
133+
# .idea/compiler.xml
134+
# .idea/jarRepositories.xml
135+
# .idea/modules.xml
136+
# .idea/*.iml
137+
# .idea/modules
138+
# *.iml
139+
# *.ipr
140+
141+
# CMake
142+
143+
# Mongo Explorer plugin
144+
145+
# File-based project format
146+
147+
# IntelliJ
148+
149+
# mpeltonen/sbt-idea plugin
150+
151+
# JIRA plugin
152+
153+
# Cursive Clojure plugin
154+
155+
# SonarLint plugin
156+
157+
# Crashlytics plugin (for Android Studio and IntelliJ)
158+
159+
# Editor-based Rest Client
160+
161+
# Android studio 3.1+ serialized cache file
162+
163+
### Intellij+all Patch ###
164+
# Ignore everything but code style settings and run configurations
165+
# that are supposed to be shared within teams.
166+
167+
.idea/*
168+
169+
!.idea/codeStyles
170+
!.idea/runConfigurations
171+
172+
### Intellij+iml ###
173+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
174+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
175+
176+
# User-specific stuff
177+
178+
# AWS User-specific
179+
180+
# Generated files
181+
182+
# Sensitive or high-churn files
183+
184+
# Gradle
185+
186+
# Gradle and Maven with auto-import
187+
# When using Gradle or Maven with auto-import, you should exclude module files,
188+
# since they will be recreated, and may cause churn. Uncomment if using
189+
# auto-import.
190+
# .idea/artifacts
191+
# .idea/compiler.xml
192+
# .idea/jarRepositories.xml
193+
# .idea/modules.xml
194+
# .idea/*.iml
195+
# .idea/modules
196+
# *.iml
197+
# *.ipr
198+
199+
# CMake
200+
201+
# Mongo Explorer plugin
202+
203+
# File-based project format
204+
205+
# IntelliJ
206+
207+
# mpeltonen/sbt-idea plugin
208+
209+
# JIRA plugin
210+
211+
# Cursive Clojure plugin
212+
213+
# SonarLint plugin
214+
215+
# Crashlytics plugin (for Android Studio and IntelliJ)
216+
217+
# Editor-based Rest Client
218+
219+
# Android studio 3.1+ serialized cache file
220+
221+
### Intellij+iml Patch ###
222+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
223+
224+
*.iml
225+
modules.xml
226+
.idea/misc.xml
227+
*.ipr
228+
229+
### Java ###
230+
# Compiled class file
231+
*.class
232+
233+
# Log file
234+
*.log
235+
236+
# BlueJ files
237+
*.ctxt
238+
239+
# Mobile Tools for Java (J2ME)
240+
.mtj.tmp/
241+
242+
# Package Files #
243+
*.jar
244+
*.war
245+
*.nar
246+
*.ear
247+
*.zip
248+
*.tar.gz
249+
*.rar
250+
251+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
252+
hs_err_pid*
253+
replay_pid*
254+
255+
### Maven ###
256+
target/
257+
pom.xml.tag
258+
pom.xml.releaseBackup
259+
pom.xml.versionsBackup
260+
pom.xml.next
261+
release.properties
262+
dependency-reduced-pom.xml
263+
buildNumber.properties
264+
.mvn/timing.properties
265+
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
266+
.mvn/wrapper/maven-wrapper.jar
267+
268+
# Eclipse m2e generated files
269+
# Eclipse Core
270+
.project
271+
# JDT-specific (Eclipse Java Development Tools)
272+
.classpath
273+
274+
# End of https://www.toptal.com/developers/gitignore/api/java,intellij,intellij+all,intellij+iml,maven

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy