Skip to content

Commit 0f250e9

Browse files
author
Lukas Reithmeier
committed
added project
1 parent 5eab422 commit 0f250e9

10 files changed

Lines changed: 820 additions & 1 deletion

File tree

.gitignore

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,84 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
132+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
133+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
134+
135+
.idea
136+
137+
# User-specific stuff
138+
.idea/**/workspace.xml
139+
.idea/**/tasks.xml
140+
.idea/**/usage.statistics.xml
141+
.idea/**/dictionaries
142+
.idea/**/shelf
143+
144+
# AWS User-specific
145+
.idea/**/aws.xml
146+
147+
# Generated files
148+
.idea/**/contentModel.xml
149+
150+
# Sensitive or high-churn files
151+
.idea/**/dataSources/
152+
.idea/**/dataSources.ids
153+
.idea/**/dataSources.local.xml
154+
.idea/**/sqlDataSources.xml
155+
.idea/**/dynamic.xml
156+
.idea/**/uiDesigner.xml
157+
.idea/**/dbnavigator.xml
158+
159+
# Gradle
160+
.idea/**/gradle.xml
161+
.idea/**/libraries
162+
163+
# Gradle and Maven with auto-import
164+
# When using Gradle or Maven with auto-import, you should exclude module files,
165+
# since they will be recreated, and may cause churn. Uncomment if using
166+
# auto-import.
167+
# .idea/artifacts
168+
# .idea/compiler.xml
169+
# .idea/jarRepositories.xml
170+
# .idea/modules.xml
171+
# .idea/*.iml
172+
# .idea/modules
173+
# *.iml
174+
# *.ipr
175+
176+
# CMake
177+
cmake-build-*/
178+
179+
# Mongo Explorer plugin
180+
.idea/**/mongoSettings.xml
181+
182+
# File-based project format
183+
*.iws
184+
185+
# IntelliJ
186+
out/
187+
188+
# mpeltonen/sbt-idea plugin
189+
.idea_modules/
190+
191+
# JIRA plugin
192+
atlassian-ide-plugin.xml
193+
194+
# Cursive Clojure plugin
195+
.idea/replstate.xml
196+
197+
# SonarLint plugin
198+
.idea/sonarlint/
199+
200+
# Crashlytics plugin (for Android Studio and IntelliJ)
201+
com_crashlytics_export_strings.xml
202+
crashlytics.properties
203+
crashlytics-build.properties
204+
fabric.properties
205+
206+
# Editor-based Rest Client
207+
.idea/httpRequests
208+
209+
# Android studio 3.1+ serialized cache file
210+
.idea/caches/build_file_checksums.ser

0 commit comments

Comments
 (0)