mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Ignore files beginning with '..' in .gitignore
Add a '..*' pattern to .gitignore to exclude files that start with two dots.
This commit is contained in:
parent
e97264815b
commit
f748651449
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
DIE-engine
|
||||
.idea
|
||||
.compiler_cache
|
||||
.compiler_cache
|
||||
..*
|
||||
Loading…
Add table
Add a link
Reference in a new issue