3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/bash
|
|
git ls-files --others --ignored --exclude-standard
|
#!/bin/bash
|
|
git ls-files --others --ignored --exclude-standard
|