Skip to content

Commit 07b9204

Browse files
Tighten .slugignore files
Remove non-existing files from .slugignore files to avoid warnings on Scalingo deployment. Add large files or directories that can safely be removed after the build, in order to reduce the slug size.
1 parent 94a8eb8 commit 07b9204

File tree

6 files changed

+25
-33
lines changed

6 files changed

+25
-33
lines changed

.slugignore

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/admin
2-
/api
3-
/orga
4-
/certif
5-
/mon-pix
6-
/node_modules
1+
.scalingo/node
2+
admin
3+
api
4+
certif
5+
high-level-tests
6+
mon-pix
7+
node_modules
8+
orga
9+
*.md
10+
package*.json

admin/.slugignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
app
2+
config
3+
ember-cli-build.js
4+
mirage
5+
node_modules
6+
package*.json
7+
public
8+
README.md
9+
testem.js
10+
tests

api/.slugignore

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
plop
2-
plopfile.js
3-
README.md
4-
tests/acceptance
5-
tests/integration
6-
tests/unit
1+
tests

certif/.slugignore

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
app
22
config
3-
dist/assets/tests.js
4-
dist/assets/tests.map
5-
dist/assets/test-support.css
6-
dist/assets/test-support.js
7-
dist/assets/test-support.map
8-
dist/tests/index.html
93
ember-cli-build.js
104
mirage
115
node_modules
6+
package*.json
127
public
138
README.md
149
testem.js
1510
tests
16-
tmp

mon-pix/.slugignore

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
app
22
config
3-
dist/assets/tests.js
4-
dist/assets/tests.map
5-
dist/assets/test-support.css
6-
dist/assets/test-support.js
7-
dist/assets/test-support.map
8-
dist/tests/index.html
93
ember-cli-build.js
104
mirage
115
node_modules
6+
package*.json
127
public
138
README.md
149
testem.js
1510
tests
16-
tmp
11+
translations

orga/.slugignore

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
app
22
config
3-
dist/assets/tests.js
4-
dist/assets/tests.map
5-
dist/assets/test-support.css
6-
dist/assets/test-support.js
7-
dist/assets/test-support.map
8-
dist/tests/index.html
93
ember-cli-build.js
104
mirage
115
node_modules
6+
package*.json
127
public
138
README.md
149
testem.js
1510
tests
16-
tmp

0 commit comments

Comments
 (0)