mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 00:09:09 -05:00
Compare commits
6 Commits
d712da5d68
...
e07ba745a6
Author | SHA1 | Date | |
---|---|---|---|
|
e07ba745a6 | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
405f13a6fb | ||
|
e08a28ef43 |
@ -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
|
||||
|
17
V.gitignore
Normal file
17
V.gitignore
Normal file
@ -0,0 +1,17 @@
|
||||
# Binaries for programs and plugins
|
||||
main
|
||||
learning_v
|
||||
*.exe
|
||||
*.exe~
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Ignore binary output folders
|
||||
bin/
|
||||
|
||||
# Ignore common editor/system specific metadata
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
Loading…
Reference in New Issue
Block a user