Skip to content

Commit fcaee37

Browse files
committed
Ignoring assets generated by init command
I'm adding to gitignore files and directories typically generated with init command.
1 parent e6cb3d1 commit fcaee37

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@ bin/
22
vendor/
33
.php_cs.cache
44
.DS_Store
5-
/.idea
5+
/.idea
6+
7+
# Files/Dirs created by ibis init
8+
assets/
9+
content/
10+
export/
11+
ibis.php

0 commit comments

Comments
 (0)