Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark authored Apr 11, 2023
1 parent eb560f0 commit c01b832
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Madara docker ignore file
.devcontainer
.github
.vscode
scripts
target
target
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Madara editor configuration

root = true

[*]
Expand Down
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Madara envrc

# If lorri exists, better try it first.
if has lorri; then
eval "$(lorri direnv)"
Expand Down
3 changes: 1 addition & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
// Madara vscode task file
"version": "2.0.0",
"tasks": [
{
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Madara shell.nix

let
mozillaOverlay =
import (builtins.fetchGit {
Expand Down

0 comments on commit c01b832

Please sign in to comment.