mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
5 Commits
68d08db639
...
69c6f339ca
Author | SHA1 | Date | |
---|---|---|---|
|
69c6f339ca | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
7f32103afb |
@ -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
|
||||||
|
@ -13,8 +13,11 @@
|
|||||||
# Used by dotenv library to load environment variables.
|
# Used by dotenv library to load environment variables.
|
||||||
# .env
|
# .env
|
||||||
|
|
||||||
# Ignore Byebug command history file.
|
# Ignore command history files.
|
||||||
.byebug_history
|
.byebug_history # Byebug
|
||||||
|
.rdbg_history # debug.rb
|
||||||
|
.irb_history # IRB
|
||||||
|
.pry_history # Pry
|
||||||
|
|
||||||
## Specific to RubyMotion:
|
## Specific to RubyMotion:
|
||||||
.dat*
|
.dat*
|
||||||
|
Loading…
Reference in New Issue
Block a user