Skip to content

Commit 26fdb10

Browse files
authored
chore: Update .gitignore (#61)
- Ignore backup files - Ignore project files - Ignore compiler build directory - Ignore documentation build directory - Ignore Dylan packages and registry directories Fix #45
1 parent de4a252 commit 26fdb10

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.gitignore

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
_build
1+
# backup files
2+
*~
3+
*.bak
4+
.DS_Store
5+
6+
# project file
27
*.hdp
3-
deft-package-local.json
8+
9+
# documentation build directory
10+
documentation/build/
11+
12+
# compiler build directory
13+
_build/
14+
15+
# dylan tool package cache
16+
_packages/
17+
18+
# package registry folder
19+
registry/

0 commit comments

Comments
 (0)