Skip to content

Commit

Permalink
my first
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanp26 committed Aug 12, 2017
0 parents commit 7c34c43
Show file tree
Hide file tree
Showing 51 changed files with 3,076 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{java,xml}]
indent_size = 4
trim_trailing_whitespace = true
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.project
*.classpath
*.iml


.settings/*
.idea/*
target/*

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods

# Logs and databases #
######################
*.log

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/target/
Loading

0 comments on commit 7c34c43

Please sign in to comment.