Skip to content
Snippets Groups Projects
Select Git revision
  • 66a7d140bda4a888c56f57e08e20c011415a9ddc
  • master default protected
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.19
  • 1.0.18
  • 1.0.17
  • 1.0.16
  • 1.0.15
  • 1.0.14
  • 1.0.13
  • 1.0.12
  • 1.0.10
  • 1.0.9
  • 1.0.8
22 results

.gitignore

Blame
  • user avatar
    Barnabás Czémán authored
    66a7d140
    History
    .gitignore 285 B
    # See https://help.github.com/ignore-files/ for more about ignoring files.
    
    # dependencies
    /node_modules
    
    # testing
    /coverage
    
    # production
    /build
    
    # misc
    .DS_Store
    .env.local
    .env.development.local
    .env.test.local
    .env.production.local
    
    npm-debug.log*
    yarn-debug.log*
    yarn-error.log*