rspec/.gitignore
Marco Borgeaud b16a5e7ee9
Add minimal config for Codespaces (#4406)
Make it easier to use Codespace to develop rspec-tools by reusing the Dockerfile for the CI.
2024-10-11 09:22:09 +02:00

23 lines
211 B
Plaintext

# IDE
.vs/
# IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/
# generated files
/rules/**/*.html
/frontend/public/rules
rspec-tools/link_probes.history
# compiled files
*.out
*.obj
*.pyc
# Eclipse
.project
.settings/