Skip to content

Commit

Permalink
Use Apply theme by Colorlib (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomzyakov authored Nov 3, 2024
1 parent cc135f5 commit 0be181b
Show file tree
Hide file tree
Showing 216 changed files with 26,952 additions and 5 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

[docker-compose.yml]
indent_size = 4
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/node_modules
/public/hot
/public/storage
/storage/*.key
/storage/.php_cs.cache
/tmp
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env

# Composer dependencies
/vendor

# Bootstrap files copied on "post-update-cmd" step in composer.json
/public/bootstrap

# Folders with IDE`s settings
/.idea
/.vscode

.phpunit.result.cache
/.phpunit.cache

# php-cs-fixer
.php-cs-fixer.cache

# PHPUnit coverage files
/storage/coverage

# Files with identifiers
foo*.csv
*.csv.success
*.csv.duplicates
*.csv.errors

# OS X
.DS_Store
427 changes: 427 additions & 0 deletions about.html

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions assets/css/animate.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 0be181b

Please sign in to comment.