Skip to content

Improve .gitignore file #4

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

Merged
merged 1 commit into from
Apr 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 54 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,62 @@
.hg
.hgignore
local.properties
.version
.idea/workspace.xml
.idea/fileColors.xml
.idea/uiDesigner.xml
nbproject/private/*
build/*
dist/*
tmp/*

####### General #######
trace
activity*.png
*.class
*.orig
*~
*.DS_Store

####### Ant #######
build/

####### Covers NetBeans IDE #######
nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/

####### Covers Eclipse IDE #######
.metadata
tmp/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.recommenders

####### Covers JetBrains IDE: IntelliJ #######

# User-specific stuff:
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
.idea/ant.xml

# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml

# Gradle:
.idea/**/gradle.xml
.idea/**/libraries

## File-based project format:
*.iws

## Plugin-specific files:

# IntelliJ
out/

# JIRA plugin
atlassian-ide-plugin.xml