Skip to content

Commit 9e550f5

Browse files
committed
Add gitignore to gh-pages, fixes #130
1 parent 1d68b73 commit 9e550f5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
*~
2+
venv
3+
build.stamp
4+
proof
5+
fonts
6+
node_modules
7+
package-lock.json
8+
package.json
9+
master_ufo
10+
instance_ufo
11+
12+
# OS generated files #
13+
######################
14+
.DS_Store
15+
.DS_Store?
16+
._*
17+
.Spotlight-V100
18+
.Trashes
19+
ehthumbs.db
20+
Thumbs.db
21+
22+
# Autosaved by application when editing
23+
######################
24+
*(تم الحفظ تلقائيًا).*
25+
*(automaticky uloženo).*
26+
*(Automatisch gesichert).*
27+
*(Autosaved).*
28+
*(guardado automáticamente).*
29+
*(enregistré automatiquement).*
30+
*(salvato automaticamente).*
31+
*(自動保存).*
32+
*(자동 저장됨).*
33+
*(Salvo Automaticamente).*
34+
*(Автосохранение).*
35+
*(Otomatik Kaydedildi).*
36+
*(自动存储).*
37+
*(已自動儲存).*

0 commit comments

Comments
 (0)