Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 285 Bytes

ignore-them.md

File metadata and controls

15 lines (8 loc) · 285 Bytes

ignore-them

using cat command to create .gitignore file cat >> .gitignore

then pressing enter and typing the contents of the file

*.exe

*.o

*.jar

libraries/

pressing ctrl + D to save the file and then adding and commiting using commands as in previous levels