forked from RobbieTheWagner/ember-flatpickr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmignore
50 lines (45 loc) · 791 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# compiled output
/dist/
/tmp/
# dependencies
/bower_components/
# misc
/.bowerrc
/.editorconfig
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
/.prettierignore
/.prettierrc.js
/.template-lintrc.js
/.travis.yml
/.watchmanconfig
/babel.config.js
/bower.json
/config/ember-try.js
/coverage/
/CONTRIBUTING.md
/ember-cli-build.js
/testem.js
/tests/
/yarn-error.log
/yarn.lock
.gitkeep
# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/npm-shrinkwrap.json.ember-try
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
.idea/
/config/addon-docs.js
# TODO: should be removed (so that it is included!) once
# https://github.com/ember-modifier/ember-modifier/issues/102 is resolved
/babel.config.js
/babel.config.json