forked from ExactTarget/fuelux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (38 loc) · 813 Bytes
/
.gitignore
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
51
52
53
54
# 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