Skip to content

Commit cd9a771

Browse files
author
Daniell Mesquita
committed
Ignored "releases" folder
1 parent 36e4593 commit cd9a771

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.gitignore

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
# Windows image file caches
2-
Thumbs.db
3-
ehthumbs.db
4-
5-
# Folder config file
6-
Desktop.ini
7-
8-
# Recycle Bin used on file shares
9-
$RECYCLE.BIN/
10-
11-
# Windows Installer files
12-
*.cab
13-
*.msi
14-
*.msm
15-
*.msp
16-
17-
# =========================
18-
# Operating System Files
19-
# =========================
20-
21-
# OSX
22-
# =========================
23-
1+
# Windows image file caches
2+
Thumbs.db
3+
ehthumbs.db
4+
5+
# Folder config file
6+
Desktop.ini
7+
8+
# Recycle Bin used on file shares
9+
$RECYCLE.BIN/
10+
11+
# Windows Installer files
12+
*.cab
13+
*.msi
14+
*.msm
15+
*.msp
16+
17+
# =========================
18+
# Operating System Files
19+
# =========================
20+
21+
# OSX
22+
# =========================
23+
2424
.DS_Store
2525
.AppleDouble
2626
.LSOverride
2727

2828
# Icon must ends with two \r.
29-
Icon
30-
29+
Icon
3130
# Thumbnails
3231
._*
3332

3433
# Files that might appear on external disk
3534
.Spotlight-V100
3635
.Trashes
36+
37+
releases/*

Ideas.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
X | Beautifull start page
2-
X | Elements page
32
X | If non-IB, show topbar
43
X | Custom site color
54
X | Custom site title's color

0 commit comments

Comments
 (0)