Skip to content

Commit 8a432ef

Browse files
committed
fix: ignore built files and useless sys files
1 parent 1be2bd7 commit 8a432ef

File tree

5 files changed

+5
-895
lines changed

5 files changed

+5
-895
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ npm-debug.log
1212

1313
# Build output
1414
webpage/
15+
16+
# MacOS
17+
.DS_Store

public/.DS_Store

-6 KB
Binary file not shown.

public/resources/styles/.directory

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/resources/styles/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.css
2+
*.css.map

0 commit comments

Comments
 (0)