Skip to content

Commit 7683e56

Browse files
committed
Move git ignore next to related one
1 parent 18f241e commit 7683e56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ components_guide-*.tar
2929
# this depending on your deployment strategy.
3030
/priv/static/
3131

32+
# Rustler
33+
priv/native/
34+
3235
# If NPM crashes, it generates a log, let's ignore it too.
3336
npm-debug.log
3437

3538
.elixir_ls/
3639

3740
.DS_Store
3841
.vscode/*.log
39-
40-
# Rustler
41-
priv/native

0 commit comments

Comments
 (0)