You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
seacms-api/.gitignore

36 lines
345 B

# SPDX-License-Identifier: EUPL-1.2
# Authors: see README.md
# logs
*.log
# Composer
vendor/*
# Node modules
node_modules
# Macintosh OS
/.DS_Store
# Eclipse IDE
/.buildpath
/.project
/.settings/
# PHPStorm IDE
/.idea
/**.iml
# vscode IDE
/*.vscode
# Docker
/*.db
/docker-compose.local.yml
# archive files
/*.zip
/*.bz2
/*.gz
/archives/