matrix-docker-ansible-deploy/.gitignore
Suguru Hirahara 460df3515a
Setting up REUSE: change license statement to CC0-1.0
Computer-generated files cannot be copyrighted, and .gitignore cannot be copyrighted as well.
Example: https://reuse.software/faq/#bulk-license

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-12-08 05:03:56 +09:00

15 lines
257 B
Plaintext

# SPDX-FileCopyrightText: 2017 MDAD Team and contributors
#
# SPDX-License-Identifier: CC0-1.0
/inventory
/roles/**/files/scratchpad
.DS_Store
.python-version
.idea/
.direnv/
# ignore roles pulled by ansible-galaxy
/roles/galaxy/*
!/roles/galaxy/.gitkeep