aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 71acd2c6387cfac1283183fdfbf5eaac30aec887 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Don't put *.swp, *.bak, etc here; those belong in a global .gitignore.
# Check out https://help.github.com/articles/ignoring-files for how to set that up.

.Gemfile
.byebug_history
.ruby-version
/*/doc/
/*/test/tmp/
/.bundle
/dist/
/doc/
/guides/output/
debug.log
node_modules/
package-lock.json
pkg/
/tmp/
/yarn-error.log
/test-reports/