Skip to content

Commit ed6a23c

Browse files
committed
Initial commit
0 parents  commit ed6a23c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# OS X files
2+
.history
3+
.DS_Store
4+
5+
# IntelliJ files
6+
.idea_modules
7+
*.iml
8+
*.iws
9+
*.ipr
10+
.idea/
11+
build/
12+
*/build/
13+
out/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Bash Commons
2+
3+
[WIP]

0 commit comments

Comments
 (0)