Ignore artifacts from master

If executing either `bin/test` in railties or `yarn build` in
actioncable, some build artifacts are left over. The master branch
git ignores those correctly.

However, checking out 5-2-stable means I'll suddenly have to deal with
them. Let's just ignore those artifacts here too.

Proof:

```
kaspth@kaspth-imac:~/code/rails (5-2-stable)$ git status
On branch 5-2-stable
Your branch is up to date with 'origin/5-2-stable'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        actioncable/app/javascript/
        railties/test/isolation/assets/
        tmp/
```
上级 b6e775ae
......@@ -14,3 +14,4 @@ debug.log
node_modules/
package-lock.json
pkg/
/tmp/
/app/javascript/action_cable/internal.js
/lib/assets/compiled/
/tmp/
......@@ -2,4 +2,5 @@
/test/500.html
/test/fixtures/tmp/
/test/initializer/root/log/
/test/isolation/assets/yarn.lock
/tmp/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册