Skip to content

Commit

Permalink
Add .gitignore and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwalrounak committed Sep 5, 2019
0 parents commit deff49b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
.idea/
.vs
.DS_Store

*.out
*.exe
*.class

.vscode/*

.packages
build/

*.dart.js
*.info.json

*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

Manifest.toml

.env

*_cache/
/cache/

*.pyc
__pycache__

.eslintcache

logs
*.log
npm-debug.log*

*.~temp

.gradle
local.properties

node_modules/

coverage/
.nyc_output

config.json

*.sublime-project
*.sublime-workspace
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Hacktoberfest 2019

0 comments on commit deff49b

Please sign in to comment.