Remove files in the right order so that .gitignore is taken into account
This commit is contained in:
parent
745f99f219
commit
8f56ffa76c
|
@ -11,7 +11,8 @@ script:
|
||||||
- git config --global user.name "Travis CI"
|
- git config --global user.name "Travis CI"
|
||||||
- git config --global user.email "travis@nobody.com"
|
- git config --global user.email "travis@nobody.com"
|
||||||
- git add -A . &> /dev/null
|
- git add -A . &> /dev/null
|
||||||
- git rm -f .gitignore Gruntfile.js
|
- git rm -f .gitignore || true
|
||||||
|
- git rm -f Gruntfile.js || true
|
||||||
- git commit -m "auto-commit" &>/dev/null
|
- git commit -m "auto-commit" &>/dev/null
|
||||||
- git log --oneline --decorate --graph -10
|
- git log --oneline --decorate --graph -10
|
||||||
- git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" HEAD:refs/heads/v2.6-racket-mini
|
- git push --force --quiet "https://${GH_TOKEN}@github.com/jsmaniac/scribble-mathjax.git" HEAD:refs/heads/v2.6-racket-mini
|
||||||
|
|
|
@ -306,7 +306,7 @@ module.exports = function(grunt) {
|
||||||
"images" // these are used in the menu. Removing them will give you 404 errors but nothing will break.
|
"images" // these are used in the menu. Removing them will give you 404 errors but nothing will break.
|
||||||
],
|
],
|
||||||
notcode: [
|
notcode: [
|
||||||
".gitignore",
|
//".gitignore",
|
||||||
"docs",
|
"docs",
|
||||||
"test",
|
"test",
|
||||||
"CONTRIBUTING.md",
|
"CONTRIBUTING.md",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user