Compare commits
2 commits
2ff588b1e5
...
bd0f546401
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | bd0f546401 | ||
Evie Litherland-Smith | 9695e10eab |
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||||
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
|
((nil . ((compile-command . "nix build"))))
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -160,6 +160,7 @@ cython_debug/
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
/.envrc
|
/.envrc
|
||||||
/.direnv/
|
/.direnv/
|
||||||
/result
|
/result
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in a new issue