rspec/.gitignore
2023-06-08 12:14:25 +02:00

22 lines
179 B
Plaintext

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