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

Code Refactor #47

Merged
merged 12 commits into from Aug 16, 2017

Add editorconfig gitignore file

  • Loading branch information
Shweta Jain authored and Shwetajain148 committed Aug 8, 2017
commit 93592ffe375c03021e4db6658413969e15a72fae
@@ -0,0 +1,16 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

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

[package.json]
indent_style = space
indent_size = 2
@@ -0,0 +1,7 @@
/dist
/node_modules

# Ignore everything in src folder except for loggly.tracker.js file
/src/*
# !/src/loggly.tracker.js

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.