Changeset df62f68


Ignore:
Timestamp:
02/08/21 20:03:46 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Children:
55149cd
Parents:
81c9e25
Message:

Update .gitignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r81c9e25 rdf62f68  
    11.idea
     2
     3# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
     4
     5# dependencies
     6/node_modules
     7/.pnp
     8.pnp.js
     9
     10# testing
     11/coverage
     12
     13# production
     14/build
     15
     16# misc
     17.DS_Store
     18.env.local
     19.env.development.local
     20.env.test.local
     21.env.production.local
     22
     23npm-debug.log*
     24yarn-debug.log*
     25yarn-error.log*
     26
     27.eslintcache
     28
     29*.java.hsp
     30*.sonarj
     31*.sw*
     32.DS_Store
     33.settings
     34.springBeans
     35bin
     36build.sh
     37integration-repo
     38ivy-cache
     39jxl.log
     40jmx.log
     41derby.log
     42spring-test/test-output/
     43.gradle
     44argfile*
     45activemq-data/
     46
     47classes/
     48/build
     49buildSrc/build
     50/spring-*/build
     51/spring-core/kotlin-coroutines/build
     52/framework-bom/build
     53/integration-tests/build
     54/src/asciidoc/build
     55target/
     56
     57# Eclipse artifacts, including WTP generated manifests
     58.classpath
     59.project
     60spring-*/src/main/java/META-INF/MANIFEST.MF
     61
     62# IDEA artifacts and output dirs
     63*.iml
     64*.ipr
     65*.iws
     66.idea
     67out
     68test-output
     69atlassian-ide-plugin.xml
     70.gradletasknamecache
     71
     72# Client APP
Note: See TracChangeset for help on using the changeset viewer.