Files
ITL-Huge/.gitignore
2025-11-24 14:37:37 +01:00

7 lines
259 B
Plaintext

# this is just a demo .gitignore file, put all the files and folders you want to be ignored by git inside
# if you work with NetBeans: ignore NetBeans project files
/nbproject/private/
# don't commit all the dependencies fetched via Composer
/vendor/
./.idea