Skip to content

Commit

Permalink
20240716_1354
Browse files Browse the repository at this point in the history
  • Loading branch information
cyayon committed Jul 16, 2024
1 parent ab50cff commit c3fdbd7
Show file tree
Hide file tree
Showing 4 changed files with 796 additions and 5,088 deletions.
103 changes: 103 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore

# Node artifact files
node_modules/
dist/

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/
dist/

# JetBrains IDE
.idea/

# VSCode
.vscode/

# vi swp
*.swp

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv



# Terraform
## Local .terraform directories
**/.terraform/*
.terraform/

## .tfstate files
_TFSTAT/*
_TFSTATE/*
*.tfstate
*.tfstate.*
.terraform.lock.*

## Crash log files
crash.log
crash.*.log

## Exclude all .tfvars files, which are likely to contain sentitive data, such as
## password, private keys, and other secrets. These should not be part of version
## control as they are data points which are potentially sensitive and subject
## to change depending on the environment.
#*.tfvars

# Ignore override files as they are usually used to override resources locally and so
# are not checked in
override.tf
override.tf.json
*_override.tf
*_override.tf.json

## Include override files you do wish to add to version control using negated pattern
## !example_override.tf

## Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
## example: *tfplan*

## Ignore CLI configuration files
.terraformrc
terraform.rc

# remove anonymization script
#.anonymize.sh
#.security.sh
#.git-anonymize.sh
.git-security.sh

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|_| |_|_.__/ \__,_/_/\_\.org


<a href="/orange/dhcp-orange.html">Use your own router with Orange (French ISP)</a>
<a href="/orange/own_router.html">Bring your own router with Orange (French ISP)</a>

more to come later...

Expand Down
Loading

0 comments on commit c3fdbd7

Please sign in to comment.