79 строки
926 B
Plaintext
79 строки
926 B
Plaintext
# Created by http://gitignore.io
|
|
|
|
### Node ###
|
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
pids
|
|
logs
|
|
results
|
|
|
|
npm-debug.log*
|
|
node_modules
|
|
browser_modules
|
|
|
|
### Bower ###
|
|
app/bower_components
|
|
|
|
### Babel compiled scripts ###
|
|
.es5
|
|
.es5cache
|
|
|
|
### Linux ###
|
|
.*
|
|
!.gitignore
|
|
!.git*
|
|
!.eslintrc
|
|
!.bowerrc
|
|
!.editorconfig
|
|
!.npmignore
|
|
!.travis.yml
|
|
!.sass-lint.yml
|
|
*~
|
|
|
|
|
|
### SASS ###
|
|
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
|
|
*.sass-cache
|
|
|
|
app/styles/*.css
|
|
!app/styles/fontello.css
|
|
|
|
|
|
### Yeoman ###
|
|
dist
|
|
test/temp
|
|
|
|
|
|
### Pre-processed files that become part of the build ###
|
|
app/scripts/processed
|
|
|
|
### Local configuration ###
|
|
server/config/local.json
|
|
|
|
### Localization JSON ###
|
|
app/i18n
|
|
fxa-content-server-l10n/
|
|
|
|
### Generated fonts CSS ###
|
|
app/styles/fonts
|
|
|
|
### Fonts copied from connect-fonts packages ###
|
|
app/fonts/default
|
|
app/fonts/latin
|
|
|
|
### Strings
|
|
locale/*/*/*.po
|
|
|
|
### Source maps
|
|
*.map
|
|
|
|
### Experiments
|
|
/experiments
|