Skip to content
Snippets Groups Projects
.gitignore 229 B
Newer Older
  • Learn to ignore specific revisions
  • .DS_Store
    .d8_history
    *~
    *.pyc
    console/TestCases
    
    jugglinmike's avatar
    jugglinmike committed
    github-deploy-key
    github-deploy-key.pub
    
    Jordan Harband's avatar
    Jordan Harband committed
    node_modules
    
    
    # Only apps should have lockfiles
    package-lock.json
    yarn.lock
    npm-shrinkwrap.json
    
    
    # Created by test262-harness
    *.fail
    *.pass