mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 21:41:31 +08:00
1d7fbf001b
- use NPM scripts instead of Grunt - use Github actions instead of Travis - remove dist from versioning - remove demo - remove bower
76 lines
974 B
Plaintext
76 lines
974 B
Plaintext
# Created by .ignore support plugin (hsz.mobi)
|
|
### Node template
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
/.codeclimate.yml
|
|
/.gitignore
|
|
/.gitattributes
|
|
/.npmignore
|
|
/.travis.yml
|
|
/.eslintignore
|
|
/.eslintrc
|
|
|
|
# Build System files
|
|
/tslint.json
|
|
/rollup-uglify.conf.js
|
|
/rollup.conf.js
|
|
/protractor.config.js
|
|
/systemjs.config.js
|
|
|
|
# Typescript source files
|
|
*.ts
|
|
!*.d.ts
|
|
*.js.map
|
|
!/bundles/*.js.map
|
|
!*.metadata.json
|
|
tsconfig.json
|
|
tsconfig-build.json
|
|
|
|
|
|
# Editor specific
|
|
.idea
|
|
.vscode
|
|
|
|
# test cases
|
|
karma-test-shim.js
|
|
karma.conf.js
|
|
test
|
|
_test-output
|
|
|
|
# other stuffs
|
|
.github
|
|
DEVELOPER.md
|
|
.editorconfig
|
|
|
|
# project specific
|
|
demo
|
|
grunt
|
|
favicon.png
|
|
Gruntfile.js
|
|
index.html
|
|
.jshintrc
|
|
styles
|
|
.bowerrc
|
|
_config.yml
|
|
vendor
|