# filesystem
.DS_Store

# dependencies
node_modules
bower_components

# gh-pages
_site/*

# logs
*.log
validation-status.json

# Sauce Labs. because it's classified...
SAUCE_API_KEY.yml

# Fuel CDN Login. because it's classified...
FUEL_CDN.yml

# Generated file from commonjs-test.js
test/commonjs-bundle.js

# Editors / IDEs
.idea

# node_module cache for TravisCI, etc.
node_modules.tar.gz

# Temp file created in the LESS build
less/fuelux-no-namespace.less

# sandbox
dev/dev.html

# screenshots
page-at-timeout-*

# dev css and maps
dist/css/fuelux-dev.css
dist/css/fuelux-dev.css.map
dist/css/fuelux-fuelux-no-namespace.css.map

# generate release notes
notes.sh

# release task and commit
stage.sh

# push major branch, the version tag, and SFTP upload to CDN
publish.sh

# github token
GITHUB_TOKEN.json
