m13601594065 opened a new issue, #23559:
URL: https://github.com/apache/shardingsphere/issues/23559

   /o2cloud/
   /.settings/
   .classpath
   .project
   /target/
   /o2custom/
   /.svn/
   /o2web/ftpconfig.js
   **/.DS_Store
   .DS_Store
   **/.idea
   /.idea/
   # Windows thumbnail cache files
   Thumbs.db
   Thumbs.db:encryptable
   ehthumbs.db
   ehthumbs_vista.db
   # Dump file
   *.stackdump
   # Folder config file
   [Dd]esktop.ini
   # Recycle Bin used on file shares
   $RECYCLE.BIN/
   # Windows Installer files
   *.cab
   *.msi
   *.msix
   *.msm
   *.msp
   # Windows shortcuts
   *.lnk
   # Compiled class file
   *.class
   # Log file
   *.log
   # BlueJ files
   *.ctxt
   # Mobile Tools for Java (J2ME)
   .mtj.tmp/
   # Package Files #
   **/*.jar
   **/*.war
   **/*.nar
   **/*.ear
   **/*.zip
   **/*.tar.gz
   **/*.rar
   # virtual machine crash logs, see 
http://www.java.com/en/download/help/error_hotspot.xml
   hs_err_pid*
   #jpa enhance class
   *_.java
   *.iml
   #ignore mvn test directory
   **/src/test/
   command.swap
   **/bin/
   **/src/main/webapp/describe/
   **/target/
   
   #ignore folder
   version.o2
   /node_modules/
   /jvm/
   /commons/
   /config/
   /store/
   /servers/
   /describe/
   
   # for node
   package-lock.json
   # Logs
   logs
   npm-debug.log*
   yarn-debug.log*
   yarn-error.log*
   
   # Runtime data
   pids
   *.pid
   *.seed
   *.pid.lock
   
   # Directory for instrumented libs generated by jscoverage/JSCover
   lib-cov
   
   # Coverage directory used by tools like istanbul
   coverage
   
   # nyc test coverage
   .nyc_output
   
   # Grunt intermediate storage 
(https://gruntjs.com/creating-plugins#storing-task-files)
   .grunt
   
   # Bower dependency directory (https://bower.io/)
   bower_components
   
   # node-waf configuration
   .lock-wscript
   
   # Compiled binary addons (https://nodejs.org/api/addons.html)
   build/Release
   
   # Dependency directories
   node_modules/
   jspm_packages/
   
   # TypeScript v1 declaration files
   typings/
   
   # Optional npm cache directory
   .npm
   
   # Optional eslint cache
   .eslintcache
   
   # Optional REPL history
   .node_repl_history
   
   # Output of 'npm pack'
   *.tgz
   
   # Yarn Integrity file
   .yarn-integrity
   
   # dotenv environment variables file
   .env
   
   # parcel-bundler cache (https://parceljs.org/)
   .cache
   
   # next.js build output
   .next
   
   # nuxt.js build output
   .nuxt
   
   # vuepress build output
   .vuepress/dist
   
   # Serverless directories
   .serverless/
   
   # FuseBox cache
   .fusebox/
   
   #DynamoDB Local files
   .dynamodb/
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to