Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
04af0046
Commit
04af0046
authored
Feb 23, 2014
by
Greg Messner
Browse files
Initial check-in.
parent
80865589
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitattributes
0 → 100644
View file @
04af0046
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.html text
*.java text
*.js text
*.json text
*.jsp text
*.txt text
*.xml text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
.gitignore
0 → 100644
View file @
04af0046
### Java ###
*.class
# Package Files #
*.jar
*.war
*.ear
### IntelliJ ###
*.iml
*.ipr
*.iws
.idea/
### Eclipse ###
*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
### Maven ###
target/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment