Skip to content

Instantly share code, notes, and snippets.

@nivleshc
Created August 23, 2019 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivleshc/6ce034f5319462af6a21dc6f92150a3c to your computer and use it in GitHub Desktop.
Save nivleshc/6ce034f5319462af6a21dc6f92150a3c to your computer and use it in GitHub Desktop.
# you can add packaging information here
package:
include:
- src/csv/*.csv
exclude:
- __cache__/**
- __pycache__/**
- events/**
- node_modules/**
- 'conf/**/*'
- 'gulp-libs/**/*'
- 'yarn.lock'
- 'package.json'
- '.dotenv'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment