Compare commits

...

6 Commits

Author SHA1 Message Date
Sebastiaan Janssen
07fbb3a054
Merge f25c58cd36 into d49bd6f0f7 2025-01-18 20:02:42 +00:00
Devin Dooley
d49bd6f0f7
Merge pull request #4289 from csauge/patch-1
Update Python.gitignore for .ruff_cache/
2025-01-17 13:20:13 -08:00
Devin Dooley
e8554d85bf
Merge branch 'main' into patch-1 2025-01-17 13:19:34 -08:00
Christophe Saugé
4f0b7a0694
Update Python.gitignore
Add ruff cache. 
ruff tool: https://github.com/charliermarsh/ruff
ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool.
2023-05-01 20:49:13 +02:00
Sebastiaan Janssen
f25c58cd36
Adding temp data folder as well
For reference: https://github.com/umbraco/Umbraco-CMS/blob/v10/contrib/templates/UmbracoProject/.gitignore#L469
2022-08-17 10:20:57 +02:00
Sebastiaan Janssen
6d4d9a8c20
The ignore file has moved in the repo, updated the link to latest 2022-08-17 10:11:09 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -167,5 +167,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Ruff stuff:
.ruff_cache/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc

View File

@ -1,6 +1,6 @@
## Ignore Umbraco files/folders generated for each instance ## Ignore Umbraco files/folders generated for each instance
## ##
## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore ## Get latest from https://github.com/github/gitignore/blob/main/community/DotNet/Umbraco.gitignore
# Note: VisualStudio gitignore rules may also be relevant # Note: VisualStudio gitignore rules may also be relevant
@ -50,3 +50,6 @@
#include default location for packages #include default location for packages
!**/umbraco/Data/packages !**/umbraco/Data/packages
# Temp folder containing Examine indexes, NuCache, MediaCache, etc.
**/umbraco/Data/TEMP/