Skip to content

Commit 5f4ef3a

Browse files
committed
Cleaning up .git* files
1 parent 96e598b commit 5f4ef3a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
build/
2+
3+
# Composer
4+
vendor/
5+
6+
# Aptana Studio
7+
.project
8+
.settings/

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 mikecbrant
3+
Copyright (c) 2017 Michael C. Brant
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)