fxa-content-server/.gitignore

78 строки
901 B
Plaintext
Исходник Обычный вид История

2013-12-04 23:55:48 +04:00
# Created by http://gitignore.io
### Node ###
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log*
2013-12-04 23:55:48 +04:00
node_modules
2016-04-13 18:16:24 +03:00
browser_modules
2013-12-04 23:55:48 +04:00
### Bower ###
app/bower_components
### Babel compiled scripts ###
.es5
.es5cache
2013-12-04 23:55:48 +04:00
### Linux ###
.*
!.gitignore
!.git*
!.eslintrc
2013-12-05 02:17:06 +04:00
!.bowerrc
2013-12-04 23:55:48 +04:00
!.editorconfig
!.npmignore
!.travis.yml
!.sass-lint.yml
*~
2013-12-04 23:55:48 +04:00
### SASS ###
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
*.sass-cache
app/styles/*.css
2014-07-08 20:49:56 +04:00
!app/styles/fontello.css
2013-12-04 23:55:48 +04:00
### Yeoman ###
dist
test/temp
### Pre-processed files that become part of the build ###
app/scripts/processed
2013-12-18 00:10:11 +04:00
### Local configuration ###
server/config/local.json
2014-02-04 09:17:54 +04:00
### Localization JSON ###
app/i18n
### Generated fonts CSS ###
app/styles/fonts
### Fonts copied from connect-fonts packages ###
2014-07-08 20:49:56 +04:00
app/fonts/default
app/fonts/latin
### Strings
2014-03-14 22:49:57 +04:00
locale/*/*/*.po
### Source maps
*.map
### Experiments
/experiments