Changeset 81c9e25 for .gitignore


Ignore:
Timestamp:
02/08/21 20:00:55 (4 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
df62f68
Parents:
6729ba5
Message:

reorganization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r6729ba5 r81c9e25  
    1 *.java.hsp
    2 *.sonarj
    3 *.sw*
    4 .DS_Store
    5 .settings
    6 .springBeans
    7 bin
    8 build.sh
    9 integration-repo
    10 ivy-cache
    11 jxl.log
    12 jmx.log
    13 derby.log
    14 spring-test/test-output/
    15 .gradle
    16 argfile*
    17 activemq-data/
    18 
    19 classes/
    20 /build
    21 buildSrc/build
    22 /spring-*/build
    23 /spring-core/kotlin-coroutines/build
    24 /framework-bom/build
    25 /integration-tests/build
    26 /src/asciidoc/build
    27 target/
    28 
    29 # Eclipse artifacts, including WTP generated manifests
    30 .classpath
    31 .project
    32 spring-*/src/main/java/META-INF/MANIFEST.MF
    33 
    34 # IDEA artifacts and output dirs
    35 *.iml
    36 *.ipr
    37 *.iws
    381.idea
    39 out
    40 test-output
    41 atlassian-ide-plugin.xml
    42 .gradletasknamecache
    43 
    44 # Client APP
Note: See TracChangeset for help on using the changeset viewer.