github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyftBlockExplorerUI/.gitignore (about)

     1  # See https://help.github.com/ignore-files/ for more about ignoring files.
     2  
     3  # dependencies
     4  /node_modules
     5  .idea
     6  
     7  # testing
     8  /coverage
     9  
    10  # production
    11  /build
    12  
    13  # misc
    14  .DS_Store
    15  .env.local
    16  .env.development.local
    17  .env.test.local
    18  .env.production.local
    19  
    20  npm-debug.log*
    21  yarn-debug.log*
    22  yarn-error.log*