You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/.gitignore

42 lines
558 B
Plaintext

.DS_Store
/core/core.iml
/agent/agent.iml
/target
**/.settings
**/.classpath
**/.project
/.idea
**/*.iml
/nb-configuration.xml
**/target
core/src/main/resources/com/taobao/arthas/core/res/version
**/*.orig
# Compiled output
*.pdf
*.html
*.docx
# Ignore backup files created by text editors
*~
*.bak
# Ignore temporary files
*.tmp
*.swp
*.DS_Store
# Ignore generated files
/_site/
/dist/
/build/
# Ignore files with sensitive information
credentials.txt
secrets.txt
# Ignore files generated by specific tools or frameworks
.vscode/
.idea/
node_modules/