Skip to content

Commit 4ea1fd3

Browse files
authored
Latest Submodules (#554)
1 parent 132b06a commit 4ea1fd3

File tree

7 files changed

+85
-7
lines changed

7 files changed

+85
-7
lines changed

.gitignore

Lines changed: 79 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ ipython_config.py
187187
# pyenv
188188
# For a library or package, you might want to ignore these files since the code is
189189
# intended to run in multiple environments; otherwise, check them in:
190-
# .python-version
190+
.python-version
191191

192192
# pipenv
193193
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -261,6 +261,84 @@ cython_debug/
261261
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
262262
#.idea/
263263

264+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
265+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
266+
267+
# User-specific stuff
268+
.idea/**/workspace.xml
269+
.idea/**/tasks.xml
270+
.idea/**/usage.statistics.xml
271+
.idea/**/dictionaries
272+
.idea/**/shelf
273+
274+
# AWS User-specific
275+
.idea/**/aws.xml
276+
277+
# Generated files
278+
.idea/**/contentModel.xml
279+
280+
# Sensitive or high-churn files
281+
.idea/**/dataSources/
282+
.idea/**/dataSources.ids
283+
.idea/**/dataSources.local.xml
284+
.idea/**/sqlDataSources.xml
285+
.idea/**/dynamic.xml
286+
.idea/**/uiDesigner.xml
287+
.idea/**/dbnavigator.xml
288+
289+
# Gradle
290+
.idea/**/gradle.xml
291+
.idea/**/libraries
292+
293+
# Gradle and Maven with auto-import
294+
# When using Gradle or Maven with auto-import, you should exclude module files,
295+
# since they will be recreated, and may cause churn. Uncomment if using
296+
# auto-import.
297+
# .idea/artifacts
298+
# .idea/compiler.xml
299+
# .idea/jarRepositories.xml
300+
# .idea/modules.xml
301+
# .idea/*.iml
302+
# .idea/modules
303+
# *.iml
304+
# *.ipr
305+
306+
# CMake
307+
cmake-build-*/
308+
309+
# Mongo Explorer plugin
310+
.idea/**/mongoSettings.xml
311+
312+
# File-based project format
313+
*.iws
314+
315+
# IntelliJ
316+
out/
317+
318+
# mpeltonen/sbt-idea plugin
319+
.idea_modules/
320+
321+
# JIRA plugin
322+
atlassian-ide-plugin.xml
323+
324+
# Cursive Clojure plugin
325+
.idea/replstate.xml
326+
327+
# SonarLint plugin
328+
.idea/sonarlint/
329+
330+
# Crashlytics plugin (for Android Studio and IntelliJ)
331+
com_crashlytics_export_strings.xml
332+
crashlytics.properties
333+
crashlytics-build.properties
334+
fabric.properties
335+
336+
# Editor-based Rest Client
337+
.idea/httpRequests
338+
339+
# Android studio 3.1+ serialized cache file
340+
.idea/caches/build_file_checksums.ser
341+
264342
### Python Patch ###
265343
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
266344
poetry.toml

crt/aws-c-io

crt/aws-lc

0 commit comments

Comments
 (0)