Skip to content

Commit 3d6f090

Browse files
authored
add back gitignore (#97)
* add back .gitignore * rm spurious file
1 parent 79fe6a3 commit 3d6f090

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# backup files
2+
*~
3+
4+
# IDEs
5+
.idea/
6+
.DS_Store
7+
8+
# Hugo
9+
/resources/
10+
public/
11+
assets/jsconfig.json

0 commit comments

Comments
 (0)