Skip to content

Commit

Permalink
Customising project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzrlk committed Jun 3, 2024
1 parent ad9f9de commit aa5268d
Show file tree
Hide file tree
Showing 17 changed files with 150 additions and 1,009 deletions.
21 changes: 0 additions & 21 deletions .copywrite.hcl

This file was deleted.

13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = unset

[*.yml]
indent_style = space
indent_size = 2
46 changes: 16 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,21 @@
*.dll
*.exe
.DS_Store
example.tf
terraform.tfplan
terraform.tfstate
bin/
dist/
modules-dev/
/pkg/
website/.vagrant
website/.bundle
website/build
website/node_modules
.vagrant/
*.backup
./*.tfstate
.terraform/
*.log
*.bak
*~
.*.swp
.idea
*.iml
*.test
*.iml

website/vendor

# Test exclusions
!command/test-fixtures/**/*.tfstate
!command/test-fixtures/**/.terraform/
# Build
bin/
dist/
*.dll
*.exe

# Keep windows files with windows line endings
*.winfile eol=crlf

# Mac
.DS_Store

# Vim
.*.swp
*~

# IntelliJ
.idea/
*.iml
6 changes: 0 additions & 6 deletions GNUmakefile

This file was deleted.

Loading

0 comments on commit aa5268d

Please sign in to comment.