Skip to content
Snippets Groups Projects
.gitignore 300 B
Newer Older
  • Learn to ignore specific revisions
  • Micah Elizabeth Scott's avatar
    Micah Elizabeth Scott committed
    .DS_Store
    
    keith's avatar
    keith committed
    *.class
    *.jar
    target/
    .classpath
    .project
    
    
    Thumbs.db
    #Ignore files build by Visual Studio
    *.user
    *.aps
    *.pch
    *.vspscc
    *_i.c
    *_p.c
    *.ncb
    *.suo
    *.bak
    *.cache
    *.ilk
    *.log
    [Bb]in
    [Dd]ebug*/
    *.sbr
    obj/
    [Rr]elease*/
    _ReSharper*/
    examples/csharp/.vs/restore.dg
    project.lock.json