nextcloud-swarm-plugin/.gitignore
Mahyar Iranibazaz 27d53f10cb feat(gitignore):
- update: categorize gitignore
- add: DS_Store entry =)
2024-08-12 12:22:27 +08:00

16 lines
153 B
Text

# Projetc
.env
/build
/dev-environment
js/nextcloud-swarm-plugin*.*
/.php_cs.cache
# Package Manages
/node_modules
/vendor
# IDE
.idea
# OS
.DS_Store