Exclude dist/ folder.

- We now build on NPM publish through Gulp.
- We offer prebuilt versions on the prebuilt/module and prebuilt/dist branches.
This commit is contained in:
Jürg Lehni 2016-01-31 13:04:23 +01:00
parent 834d2303a6
commit f803afa4b6
7 changed files with 3 additions and 83 deletions

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
node_modules
.DS_Store
/node_modules/
/dist/

3
dist/.gitignore vendored
View file

@ -1,3 +0,0 @@
/docs/
/serverdocs/
/paperjs.zip

1
dist/paper-core.js vendored
View file

@ -1 +0,0 @@
../src/load.js

File diff suppressed because one or more lines are too long

1
dist/paper-full.js vendored
View file

@ -1 +0,0 @@
../src/load.js

File diff suppressed because one or more lines are too long

2
projects/.gitignore vendored
View file

@ -1 +1 @@
*.sublime-workspace
/*.sublime-workspace