Git ignore hidden files with defined exceptions (#7108)
* git ignore all hidden files * Removal file with non-existent link * git Ignore all hidden files except .gitignore * Set exceptions in gitignore
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -1,5 +1,11 @@
|
|||||||
# file types to ignore
|
# file types to ignore
|
||||||
|
.*
|
||||||
|
!/.gitignore
|
||||||
|
!/.travis/
|
||||||
|
!/.travis.yml
|
||||||
|
!/.clang-format
|
||||||
|
!/.git-blame-ignore-revs
|
||||||
|
!/.gitattributes
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.pyc
|
*.pyc
|
||||||
*.obj
|
*.obj
|
||||||
@@ -34,10 +40,7 @@ install_manifest.txt
|
|||||||
/src/Tools/offlinedoc/localwiki/
|
/src/Tools/offlinedoc/localwiki/
|
||||||
/src/Tools/offlinedoc/*.txt
|
/src/Tools/offlinedoc/*.txt
|
||||||
OpenSCAD_rc.py
|
OpenSCAD_rc.py
|
||||||
/\.idea/
|
|
||||||
.tags
|
|
||||||
tags
|
tags
|
||||||
/\.vscode/
|
|
||||||
|
|
||||||
# crowdin file
|
# crowdin file
|
||||||
src/Tools/freecad.zip
|
src/Tools/freecad.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user