Skip to content

Commit fb02c44

Browse files
committed
Initial commit. Added .gitignore
Signed-off-by: Ben Corlett <[email protected]>
0 parents  commit fb02c44

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*~
2+
*.bak
3+
Thumbs.db
4+
desktop.ini
5+
.DS_Store
6+
.buildpath
7+
.project
8+
.settings
9+
fuel/app/logs/*/*/*
10+
fuel/app/cache/*/*
11+
nbproject/
12+
.idea
13+
*.tmproj

0 commit comments

Comments
 (0)