forked from ClarifiedSecurity/catapult
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (51 loc) · 1.08 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.DS_Store
.githooks
.vscode
.yarnrc.yml
*.log
*.retry
*.swp
**/__pycache__/**
/.idea/deployment.xml
/.idea/sshConfigs.xml
/.idea/webServers.xml
/.makerc-custom
/.makerc-personal
/.makerc-vars
/container/home/builder/.custom_aliases
/container/home/builder/.personal_aliases
/container/home/builder/.ssh/config.d/
/container/home/builder/.ssh/known_hosts
/custom/**
/docker/docker-compose-extra.yml
/docker/docker-compose-network.yml
/docker/docker-compose-personal.yml
/roles
/roles_core
ansible/**
archives/
container/home/builder/.*_history
creds.kdbx
creds.key
download/
exported_templates/**
node_modules
poetry/**
requirements/**
sync-to-shared-roles.sh
upload/
# Since this list is parsed in order, the deny (!) needs to be after allow for the same folder
/inventories/*
!/inventories/_TEMPLATE_PROJECT
!/inventories/_operating_systems
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
# !.yarn/cache
.pnp.*