File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
2
2
# Ignore all dotfiles...
3
3
. *
4
- # except for .gitignore
4
+ # except for .gitignore and .bowerrc
5
5
! .gitignore
6
+ ! .bowerrc
7
+
8
+ react-js /src /bower_components
6
9
7
10
# Ignore Play! working directory #
8
11
db
Original file line number Diff line number Diff line change
1
+ {
2
+ "directory": "src/bower_components"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " birdwatch" ,
3
+ "version" : " 0.2.0" ,
4
+ "homepage" : " https://github.com/matthiasn/BirdWatch" ,
5
+ "authors" : [
6
+ " Matthias Nehlsen <matthias.nehlsen@gmail.com>"
7
+ ],
8
+ "description" : " tweet analysis in the browser" ,
9
+ "license" : " Apache 2.0" ,
10
+ "private" : true ,
11
+ "ignore" : [
12
+ " **/.*" ,
13
+ " node_modules" ,
14
+ " bower_components" ,
15
+ " app/bower_components" ,
16
+ " test" ,
17
+ " tests"
18
+ ],
19
+ "dependencies" : {
20
+ "regression-js" : " *" ,
21
+ "react" : " ~0.10.0"
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments