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
|
|
|
|
|
2015-07-04 01:19:39 +03:00
|
|
|
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
|
|
|
|
2016-07-18 14:42:28 +03:00
|
|
|
### Babel compiled scripts ###
|
|
|
|
.es5
|
|
|
|
.es5cache
|
2013-12-04 23:55:48 +04:00
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
.*
|
|
|
|
!.gitignore
|
|
|
|
!.git*
|
2016-11-16 03:01:12 +03:00
|
|
|
!.eslintrc
|
2013-12-04 23:55:48 +04:00
|
|
|
!.editorconfig
|
|
|
|
!.npmignore
|
|
|
|
!.travis.yml
|
2016-05-17 01:32:55 +03:00
|
|
|
!.sass-lint.yml
|
2013-07-31 03:08:38 +04:00
|
|
|
*~
|
2013-12-04 23:55:48 +04:00
|
|
|
|
|
|
|
|
|
|
|
### SASS ###
|
|
|
|
### SASS Ignores - "Sassy CSS" http://sass-lang.com/
|
|
|
|
*.sass-cache
|
|
|
|
|
2014-02-20 03:59:01 +04:00
|
|
|
app/styles/*.css
|
2013-12-04 23:55:48 +04:00
|
|
|
|
|
|
|
### Yeoman ###
|
|
|
|
dist
|
|
|
|
test/temp
|
2013-12-12 17:43:59 +04:00
|
|
|
|
|
|
|
|
|
|
|
### 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
|
2017-09-06 15:18:38 +03:00
|
|
|
fxa-content-server-l10n/
|
2014-03-12 06:33:16 +04:00
|
|
|
|
|
|
|
### Strings
|
2014-03-14 22:49:57 +04:00
|
|
|
locale/*/*/*.po
|
2015-01-20 20:41:12 +03:00
|
|
|
|
|
|
|
### Source maps
|
|
|
|
*.map
|