-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path.gitignore
62 lines (49 loc) · 1.44 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
55
56
57
58
59
60
61
62
target/
# these files autogenerated by mvn eclipse:eclipse
.classpath
.project
.settings/
# IDEA related files
.idea
*.iml
# minified resources
src/main/webapp/WEB-INF/static/styles/*.min.css
src/main/javascript/*.min.js
src/main/javascript/*/*.min.js
# managed by frontend-maven-plugin
src/main/frontend/node/
src/main/frontend/node_modules/
# Ansible related files
infra/ansible/vars/prod.yml
infra/ansible/roles/php-coder.oraclejdk/
infra/ansible/roles/php-coder.nginx/
infra/ansible/roles/mystamps-nginx/files/prod/my-stamps.ru.key
infra/ansible/roles/mystamps-nginx/files/prod/my-stamps.ru.crt
# Terraform related files
infra/terraform/.terraform/
infra/terraform/terraform.tfplan
infra/terraform/terraform.tfvars
infra/terraform/terraform.tfstate
infra/terraform/terraform.tfstate.backup
# created by .github/workflows/provision-by-terraform.yml
infra/terraform/terraform-data/
tfenv/
# used by infra/docker/prod.yml
infra/docker/application-prod.properties
infra/docker/mysql_backup_mystamps.sql.gz
# created by:
# src/main/scripts/ci/deploy.sh
# .github/workflows/provision-by-ansible.yml
# .github/workflows/provision-by-terraform.yml
vault-pass.txt
# created by .github/workflows/provision-by-ansible.yml
coder_rsa
# created by src/main/scripts/ci/deploy.sh
mystamps_rsa
prod_vars.yml
# maven-wrapper
.mvn/wrapper/maven-wrapper.jar
# @asm0dey uses molecule for role testing which generates .pyc files
# and also creates molecule directory
*.pyc
molecule/