I am committing a Java project to a GitHub repository from IntelliJ IDEA. I pushed my project to the Git repo, but when I viewed the src folder, all .java files shows up as .class files. What should I do?
These are the files in the src folder:
Also, I cannot view the code itself in Github when I view a specific file.
EDIT: Sorry I was looking another directory not src folder. Anyways thanks for answers)
CodePudding user response:
you can ignore the .class files folder when using git to push your process