Skip to content

Commit c1bb40d

Browse files
committed
Move around gitignore files and patterns
1 parent 1ef84be commit c1bb40d

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@
2020
.Spotlight-V100
2121
.Trashes
2222
._*
23-
/etc/config.phoenix.json
24-
/etc/config.redux.json
25-
/lib/
26-
/tmp/
2723
Thumbs.db

etc/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/config.phoenix.json
2+
/config.redux.json

lib/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

tmp/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

tmp/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)