Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore transpiled .java and .class files #3016

Merged
merged 1 commit into from Mar 27, 2019
Merged

Conversation

@kevin51jiang
Copy link
Contributor

@kevin51jiang kevin51jiang commented Mar 26, 2019

Reasons for making this change:

Ignore the transpiled .java and .class files since they aren't related to processing (they're autogenerated at runtime since Processing is a JVM language)

Links to documentation supporting these rule changes:

These files aren't don't influence the source code, and these files are only generated at compile time. Other folders which are generated at compile time (e.g. application.windows32) are also ignored by default.

@shiftkey
Copy link
Member

@shiftkey shiftkey commented Mar 27, 2019

@kevin51jiang thanks!

@shiftkey shiftkey merged commit 7eef17f into github:master Mar 27, 2019
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Kiku-Reise added a commit to Kiku-Reise/gitignore that referenced this pull request Apr 6, 2019
Ortega-Dan added a commit to Ortega-Dan/gitignore that referenced this pull request Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants