mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
6 Commits
92b5d23ce0
...
07fbb3a054
Author | SHA1 | Date | |
---|---|---|---|
|
07fbb3a054 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
f25c58cd36 | ||
|
6d4d9a8c20 |
@ -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
|
||||||
|
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user