Skip to content
Snippets Groups Projects
.gitignore 525 B
Newer Older
  • Learn to ignore specific revisions
  • HELP.md
    target/
    !.mvn/wrapper/maven-wrapper.jar
    !**/src/main/**/target/
    !**/src/test/**/target/
    
    Shrey Patel's avatar
    Shrey Patel committed
    !**/src/main/resources/application.properties
    
    
    ### STS ###
    .apt_generated
    .classpath
    .factorypath
    .project
    .settings
    .springBeans
    .sts4-cache
    
    ### IntelliJ IDEA ###
    .idea
    *.iws
    *.iml
    *.ipr
    
    ### NetBeans ###
    /nbproject/private/
    /nbbuild/
    /dist/
    /nbdist/
    /.nb-gradle/
    build/
    !**/src/main/**/build/
    !**/src/test/**/build/
    
    ### VS Code ###
    
    Shrey Patel's avatar
    Shrey Patel committed
    .vscode/
    src/main/resources/application.properties
    src/main/resources/application.properties