mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
8 Commits
b06a1fa542
...
499953f1f2
Author | SHA1 | Date | |
---|---|---|---|
|
499953f1f2 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4790fe041c | ||
|
4f0b7a0694 | ||
|
a749c0ebf7 | ||
|
31fc17b810 | ||
|
97a5a643ec |
@ -74,10 +74,8 @@ web_modules/
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
Loading…
Reference in New Issue
Block a user