mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
5 Commits
db2995eb8e
...
512a5a730d
Author | SHA1 | Date | |
---|---|---|---|
|
512a5a730d | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
f5b29e902a |
2
MinifiedFiles.gitignore
Normal file
2
MinifiedFiles.gitignore
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Ignore all minified files in your project (https://stackoverflow.com/questions/25987084/git-ignoring-all-minified-suffixed-files)
|
||||||
|
*.min.*
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user