summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-01-20 14:14:21 -0500
committerJulian Berman <Julian@GrayVines.com>2023-01-20 14:14:21 -0500
commitdae554c22c8dce3bd084e3e503060b92a4839385 (patch)
tree119ab374412670a6324af5d7dd0414b243eafe97 /.gitignore
parentb82b24a083ec88541191b5b9852291f25075fe07 (diff)
downloadjsonschema-dae554c22c8dce3bd084e3e503060b92a4839385.tar.gz
Squashed 'json/' changes from d21ed578a..f57d3e0cc
f57d3e0cc Merge pull request #631 from json-schema-org/if-then-else-ref 3b8c281ff Ensure $ids are collected within if/then/else schemas. 02905b21b Fix a sloppy bug in the sanity checks in CI. git-subtree-dir: json git-subtree-split: f57d3e0ccb365a198fabe060aae2407af6adcff9
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 10 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index ec41496..68bc17f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,7 +101,15 @@ ipython_config.py
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
-# PEP 582; used by e.g. github.com/David-OConnor/pyflow
+# pdm
+# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
+#pdm.lock
+# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
+# in version control.
+# https://pdm.fming.dev/#use-with-ide
+.pdm.toml
+
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
@@ -145,13 +153,8 @@ dmypy.json
cython_debug/
# PyCharm
-# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
+# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
-
-# User defined
-_cache
-_static
-_templates