freeCodeCamp/.gitignore

64 lines
789 B
Plaintext
Raw Normal View History

2013-11-13 17:24:12 +00:00
lib-cov
2017-09-04 14:58:55 +00:00
*~
2013-11-13 17:24:12 +00:00
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
*.swp
2015-02-08 04:29:27 +00:00
.floo
.flooignore
2015-04-24 23:11:17 +00:00
builtAssets/
2015-06-21 06:00:19 +00:00
pm2.js
*.env
2013-11-13 17:24:12 +00:00
pids
logs
results
tmp
.ds_store
2017-02-02 15:36:12 +00:00
.vscode
2013-11-13 17:24:12 +00:00
npm-debug.log
node_modules
2013-11-13 17:31:59 +00:00
.idea
*.iml
.DS_Store
2013-11-15 16:13:21 +00:00
Thumbs.db
2017-02-28 17:51:19 +00:00
bower_components
2015-05-03 23:55:25 +00:00
main.css
2015-05-04 21:03:05 +00:00
bundle.js
coverage
.remote-sync.json
.tern-project
2015-07-01 22:02:59 +00:00
server/*.bundle.js
public/js/bundle*
seed/unpacked
2015-07-01 22:02:59 +00:00
*.map
// revision manifest
server/rev-manifest.json
server/manifests/*
!server/manifests/README.md
server/resources/pathMigration.json
public/js/client*
public/js/news*
public/js/main*
public/js/commonFramework*
public/js/sandbox*
public/js/iFrameScripts*
2016-05-20 19:42:26 +00:00
public/js/frame-runner*
public/js/plugin*
public/js/vendor*
2015-11-24 21:48:14 +00:00
public/js/faux*
public/js/frame-runner*
public/css/main*
webpack-bundle-stats.html
server/rev-manifest.json
2017-01-18 00:27:08 +00:00
google-credentials.json
2018-07-30 16:35:19 +00:00
.vs/*