diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-09-16 16:02:29 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2022-09-16 16:37:03 +0200 |
commit | 81ccf6da68a2861666c88d62fc3ea1b4243419c6 (patch) | |
tree | 3657e6fbf5518f37e995168e7a4adfa0e4a3707e /.gitignore | |
parent | dbd0a11229207f99c1b515b88a5b58e21f23922d (diff) |
[GITLAB] Initial content for gitlab project chained-ci
Issue-ID: INT-2150
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: Id5dc270b6a7c25189b4e09c4227b806323711d72
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93cfa9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +### Ansible ### +*.retry + + +### Git ### +*.orig + + + +## Python ## +*.pyc +.env + +### Sensitive ### +.vault +id_rsa + + +### Visual Studio Code ### +.vscode +**/.DS_Store +.DS_Store
\ No newline at end of file |