File tree 2 files changed +31
-13
lines changed
2 files changed +31
-13
lines changed Original file line number Diff line number Diff line change 1
- /node_modules
2
- /Build
3
- /ThirdParty
4
- /Apps /Sandcastle /ThirdParty
5
- /Source /Cesium.js
6
- /Source /Shaders /** /* .js
7
- /Source /ThirdParty /**
8
- /Source /Workers /** /*
9
- ! /Source /Workers /cesiumWorkerBootstrapper.js
10
- ! /Source /Workers /transferTypedArrayTest.js
11
- * .min.js
1
+
2
+ # Ignore everything
3
+ *
4
+
5
+ # Unignore directories (to all depths) and unignore code and style files in these directories
6
+ ! .concierge /** /
7
+ ! .github /** /
8
+ ! .vscode /** /
9
+ ! Apps /** /
10
+ ! Documentation /** /
11
+ ! Source /** /
12
+ ! Specs /** /
13
+ ! Tools /** /
14
+
15
+ ! ** /* .js
16
+ ! ** /* .css
17
+ ! ** /* .html
18
+ ! ** /* .md
19
+
20
+ # Re-ignore a few things caught above
21
+ ** /* .min.js
22
+ Source /Cesium.js
23
+ Source /Shaders /** /* .js
24
+ Source /ThirdParty /**
25
+ Source /Workers /** /*
26
+ Apps /Sandcastle /ThirdParty
27
+
28
+ ! Source /Workers /cesiumWorkerBootstrapper.js
29
+ ! Source /Workers /transferTypedArrayTest.js
Original file line number Diff line number Diff line change 121
121
"deploy-s3" : " gulp deploy-s3" ,
122
122
"deploy-status" : " gulp deploy-status" ,
123
123
"deploy-set-version" : " gulp deploy-set-version" ,
124
- "prettier" : " prettier --write \" **/*.(js|css|html|md) \" " ,
125
- "prettier-check" : " prettier --check \" **/*.(js|css|html|md) \" " ,
124
+ "prettier" : " prettier --write \" **/*\" " ,
125
+ "prettier-check" : " prettier --check \" **/*\" " ,
126
126
"pretty-quick" : " pretty-quick"
127
127
}
128
128
}
You can’t perform that action at this time.
0 commit comments