summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.gitignore
blob: bec7139046bfe8ecc15ae9bf0b8e1ff0fe4dd434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Hugo default output directory
public/
/exampleSite/resources/

node_modules/
build/

## OS Files
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# OSX
.DS_Store

# Linux
.directory

#idea IDE
.idea