17 lines
149 B
Plaintext
17 lines
149 B
Plaintext
// system file
|
|
*.log
|
|
.DS_Store*
|
|
.idea/
|
|
|
|
// specific files
|
|
node_modules/
|
|
example/
|
|
test/
|
|
bin/
|
|
CHANGELOG.md
|
|
src/
|
|
|
|
// setting files
|
|
.babelrc
|
|
.travis.yml
|