exclude *.glyphspackage/UIState.plist from git
This commit is contained in:
parent
4b691a7cc4
commit
284e7ffb02
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,6 +11,7 @@
|
||||||
_*.ignore
|
_*.ignore
|
||||||
*~
|
*~
|
||||||
*.sublime*
|
*.sublime*
|
||||||
|
*.glyphspackage/UIState.plist
|
||||||
.DS_Store
|
.DS_Store
|
||||||
nohup.out
|
nohup.out
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
@ -21,5 +22,3 @@ build
|
||||||
|
|
||||||
/src/FontInspector.html
|
/src/FontInspector.html
|
||||||
/src/svg
|
/src/svg
|
||||||
/src/*.ufo
|
|
||||||
/src/*.designspace
|
|
||||||
|
|
|
||||||
Reference in a new issue