Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit 8597fa5

Browse files
committedJul 10, 2014
brunch
1 parent 5dd6f3f commit 8597fa5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+64224
-1339
lines changed
 

‎.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Numerous always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.vi
10+
*~
11+
*.sass-cache
12+
13+
# OS or Editor folders
14+
.DS_Store
15+
.cache
16+
.project
17+
.settings
18+
.tmproj
19+
nbproject
20+
Thumbs.db
21+
22+
# NPM packages folder.
23+
node_modules/
24+
25+
# Brunch folder for temporary files.
26+
tmp/
27+
28+
# Brunch output folder.
29+
public/
30+
31+
# Bower stuff.
32+
bower_components/

‎Makefile

-2
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.