Files
hyper-custom-cert/.aiignore
2025-08-14 16:12:46 -04:00

19 lines
278 B
Plaintext

# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore
# you can ignore files
.DS_Store
*.log
*.tmp
# or folders
dist/
build/
out/
# Additions to defaults
project-docs/METHOD.md
.idea/
.junie/
target/