aboutsummaryrefslogblamecommitdiffstats
path: root/.gitignore
blob: 71531d89e1b27903c82862616f1bd61e81f3fc5c (plain) (tree)
1
2
3
4
5
6
7
8
9
             
            
         
 

          


                     
 
      
     
       
                
 

     



     


           
         

             
         
    
       
          
           

                     
                     
                          


                   
 
              
           
 

                                 
 


              
           
npm-debug.log
node_modules
yarn.lock

audit.json

app/bower_components
test/bower_components
package

# IDEs
.idea
.vscode
.sublime-project

*.bak

# VIM
*.swp
*.swo

temp
.tmp
.sass-cache
.DS_Store
app/.DS_Store

coverage/
dist
builds/
builds.zip
docs/jsdocs

development/bundle.js
development/states.js
test/integration/bundle.js
test/background.js
test/bundle.js
test/test-bundle.js

test-artifacts
test-builds

#ignore css output and sourcemaps
ui/app/css/output/

notes.txt

.coveralls.yml
.nyc_output