Skip to content
Snippets Groups Projects
.gitignore 289 B
Newer Older
  • Learn to ignore specific revisions
  • Cam Saul's avatar
    Cam Saul committed
    \#*\#
    .\#*
    
    Allen Gilliland's avatar
    Allen Gilliland committed
    /target
    /classes
    /checkouts
    pom.xml
    pom.xml.asc
    *.jar
    *.class
    
    /.lein-failures
    
    Allen Gilliland's avatar
    Allen Gilliland committed
    /.nrepl-port
    
    /docs/uberdoc.html
    
    Cam Saul's avatar
    Cam Saul committed
    /node_modules/
    
    Tom Robinson's avatar
    Tom Robinson committed
    /.babel_cache
    
    Tom Robinson's avatar
    Tom Robinson committed
    /coverage