123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- ######################
- # Project Specific
- ######################
- /target/classes/static/**
- /src/test/javascript/coverage/
- ### target ###
- /target/
- /winsea-haixin-platform-backend/target/
- /winsea-haixin-plugin-base/target/
- /winsea-haixin-plugin-clouddisk/target/
- /winsea-haixin-plugin-configuration/target/
- /winsea-haixin-plugin-news/target/
- /winsea-haixin-plugin-operation/target/
- /winsea-haixin-plugin-servicer/target/
- /winsea-haixin-plugin-yiliangyiyun/unpackage/dist/
- ######################
- # Node
- ######################
- /node/
- node_tmp/
- node_modules/
- npm-debug.log.*
- /.awcache/*
- /.cache-loader/*
- ######################
- # SASS
- ######################
- .sass-cache/
- ######################
- # Eclipse
- ######################
- *.pydevproject
- .project
- .metadata
- tmp/
- tmp/**/*
- *.tmp
- *.bak
- *.swp
- *~.nib
- local.properties
- .classpath
- .settings/
- .loadpath
- .factorypath
- /src/main/resources/rebel.xml
- # External tool builders
- .externalToolBuilders/**
- # Locally stored "Eclipse launch configurations"
- *.launch
- # CDT-specific
- .cproject
- # PDT-specific
- .buildpath
- # STS-specific
- /.sts4-cache/*
- ######################
- # Intellij
- ######################
- .idea/
- *.iml
- *.iws
- *.ipr
- *.ids
- *.orig
- classes/
- out/
- ######################
- # Visual Studio Code
- ######################
- .vscode/
- ######################
- # Maven
- ######################
- /log/
- /target/
- ######################
- # Gradle
- ######################
- .gradle/
- /build/
- ######################
- # Package Files
- ######################
- *.jar
- *.war
- *.ear
- *.db
- ######################
- # Windows
- ######################
- # Windows image file caches
- Thumbs.db
- # Folder config file
- Desktop.ini
- ######################
- # Mac OSX
- ######################
- .DS_Store
- .svn
- # Thumbnails
- ._*
- # Files that might appear on external disk
- .Spotlight-V100
- .Trashes
- ######################
- # Directories
- ######################
- /bin/
- /deploy/
- ######################
- # Logs
- ######################
- *.log*
- ######################
- # Others
- ######################
- *.class
- *.*~
- *~
- .merge_file*
- ######################
- # Gradle Wrapper
- ######################
- !gradle/wrapper/gradle-wrapper.jar
- ######################
- # Maven Wrapper
- ######################
- !.mvn/wrapper/maven-wrapper.jar
- ######################
- # ESLint
- ######################
- .eslintcache
- ######################
- # Rancher
- ######################
- .rancher-pipeline.yml
- deployment.yaml
- ######################
- # Docker
- ######################
- Dockerfile
- /.recommenders/
- winsea-haixin-plugin-yiliangyiyun/target/
|