mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
5 Commits
8c5aff9e0e
...
27723ea3d2
Author | SHA1 | Date | |
---|---|---|---|
|
27723ea3d2 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
6cbc88a4f7 |
@ -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
|
||||
|
@ -13,8 +13,9 @@
|
||||
# Used by dotenv library to load environment variables.
|
||||
# .env
|
||||
|
||||
# Ignore Byebug command history file.
|
||||
# Ignore Byebug/IRB command history files.
|
||||
.byebug_history
|
||||
.irb_history
|
||||
|
||||
## Specific to RubyMotion:
|
||||
.dat*
|
||||
|
Loading…
Reference in New Issue
Block a user