Skip to content

Commit 90832f9

Browse files
authored
Create .gitignore
1 parent 265e2d5 commit 90832f9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ignore users file with sensitive data
2+
users.txt
3+
4+
# Ignore compiled files and temp configs
5+
*.class
6+
*.log
7+
bin/

0 commit comments

Comments
 (0)