Skip to content

Commit

Permalink
chore(configs): release is missing required assets #74
Browse files Browse the repository at this point in the history
  • Loading branch information
irma-kurnia-phtn authored and blackfalcon committed Apr 21, 2023
1 parent 74ad1da commit 231ac15
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# Matches multiple files with brace expansion notation
# Set default charset
charset = utf-8

# Indentation override for all JS under lib directory
indent_style = space
indent_size = 2
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

# The Auro team will be the default owners for everything in the repo.
* @AlaskaAirlines/generalauroreviewers

# Order is important. The last matching pattern has the most precedence.
# If a pull request touches any files in the ./src dir, only these owners
# will be requested to review.
./src/* @AlaskaAirlines/auroteamreviewers
21 changes: 12 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# standard ignore
*config*
*conf*

.github/
.gitignore
.eslintrc
.stylelintrc
karma.conf.js
rollup.config.js
babel.config.js
.github/
index.html

coverage/
docs/
scripts/
test/
demo/css
demo/sass
coverage/
demo/**/*.css
demo/**/*.scss
demo/**/*.html

# ignore src
# ignore src styles
src/**/*.scss
src/**/*.css

0 comments on commit 231ac15

Please sign in to comment.