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:
mosfet80
2022-07-23 15:47:53 +03:00
committed by GitHub
parent 187772de7c
commit 892ad71f62

11
.gitignore vendored
View File

@@ -1,5 +1,11 @@
# file types to ignore
.*
!/.gitignore
!/.travis/
!/.travis.yml
!/.clang-format
!/.git-blame-ignore-revs
!/.gitattributes
*.DS_Store
*.pyc
*.obj
@@ -34,10 +40,7 @@ install_manifest.txt
/src/Tools/offlinedoc/localwiki/
/src/Tools/offlinedoc/*.txt
OpenSCAD_rc.py
/\.idea/
.tags
tags
/\.vscode/
# crowdin file
src/Tools/freecad.zip