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.
48 lines
471 B
48 lines
471 B
# SPDX-License-Identifier: EUPL-1.2
|
|
# Authors: see README.md
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# Folder except required
|
|
*/
|
|
!public/
|
|
!sites/
|
|
sites/*
|
|
!sites/default/
|
|
!sites/default/**
|
|
!content/
|
|
!content/**
|
|
!docs/
|
|
!docs/**
|
|
|
|
# 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/ |