Skip to content

Commit 3566a36

Browse files
authored
Create .gitignore file
1 parent 27b9c74 commit 3566a36

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Hugo
2+
public/
3+
resources/
4+
5+
# Node
6+
node_modules/
7+
8+
# Mac finder files and hidden folders
9+
*.DS_Store
10+
.AppleDouble
11+
.LSOverride
12+
13+
# Icon must end with two \r
14+
Icon
15+
16+
# Thumbnails
17+
._*
18+
19+
# Files that might appear in the root of a volume
20+
.DocumentRevisions-V100
21+
.fseventsd
22+
.Spotlight-V100
23+
.TemporaryItems
24+
.Trashes
25+
.VolumeIcon.icns
26+
.com.apple.timemachine.donotpresent
27+
28+
# Directories potentially created on remote AFP share
29+
.AppleDB
30+
.AppleDesktop
31+
Network Trash Folder
32+
Temporary Items
33+
.apdisk

0 commit comments

Comments
 (0)