Skip to content

Commit

Permalink
Categorize ignored files (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
aifrak authored Aug 24, 2021
1 parent e3ac7f2 commit e37bc93
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VSCode
# Local history (VSCode extension)
.history/

# NodeJS
Expand All @@ -15,4 +15,6 @@ erl_crash.dump
*.ez
*.beam
/config/*.secret.exs

# ElixirLS (VSCode extension)
.elixir_ls/
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VSCode
# Local history (VSCode extension)
.history/

# NodeJS
Expand All @@ -18,9 +18,15 @@ erl_crash.dump
*.ez
*.beam
config/*.secret.exs

# ElixirLS (VSCode extension)
.elixir_ls/

# Dialyzer
**/priv/plts/*.plt
**/priv/plts/*.plt.hash

# Sobelow
.sobelow

# Keep .gitkeep files
Expand Down
4 changes: 3 additions & 1 deletion .markdownlintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VSCode
# Local history (VSCode extension)
.history/

# NodeJS
Expand All @@ -11,4 +11,6 @@ cover/
deps/
doc/
.fetch/

# ElixirLS (VSCode extension)
.elixir_ls/
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
vendor/

# VSCode
# Local history (VSCode extension)
.history/

# NodeJS
Expand All @@ -13,6 +13,8 @@ cover/
deps/
doc/
.fetch/

# ElixirLS (VSCode extension)
.elixir_ls/

# see ./docs/setup.md in "Known issues" section
Expand Down
6 changes: 4 additions & 2 deletions .prettierignore-eex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vendor/

# VSCode
# Local history (VSCode extension)
.history/

# Node
# NodeJS
node_modules/
npm_cache/

Expand All @@ -13,6 +13,8 @@ cover/
deps/
doc/
.fetch/

# ElixirLS (VSCode extension)
.elixir_ls/

# see ./docs/setup.md in "Known issues" section
Expand Down

0 comments on commit e37bc93

Please sign in to comment.