Skip to content

Commit c83c9f0

Browse files
committed
1.1.0
### Changed * Simplifies directory structure ### Removed * Removes unrelated files
1 parent 9e2a08a commit c83c9f0

24 files changed

+55
-244
lines changed

.gitignore

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# WORDPRESS ENVIRONMENT
1+
# Environment #
2+
###############
23
.env.sh
4+
5+
# Compiled source #
6+
###################
7+
*.com
8+
*.class
9+
*.dll
10+
*.exe
11+
*.o
12+
*.so
13+
14+
# Packages #
15+
############
16+
# it's better to unpack these files and commit the raw source
17+
# git has its own built in compression methods
18+
*.7z
19+
*.dmg
20+
*.gz
21+
*.iso
22+
*.jar
23+
*.rar
24+
*.tar
25+
*.zip
26+
27+
# Text editor files #
28+
#####################
29+
*.sublime-workspace
30+
*.sublime-project
31+
32+
# Logs and databases #
33+
######################
34+
*.log
35+
*.sql
36+
*.sqlite
37+
38+
# OS generated files #
39+
######################
40+
.DS_Store
41+
.DS_Store?
42+
._*
43+
.Spotlight-V100
44+
.Trashes
45+
ehthumbs.db
46+
Thumbs.db

.jscsrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# WordPress-Scripts Changelog
22

3+
## 1.1.0 - 03.04.2017
4+
5+
### Changed
6+
* Simplifies directory structure
7+
8+
### Removed
9+
* Removes unrelated files
10+
311
## 1.0.0 - 03.04.2017
412

513
### Added
614
* Initial release
715

8-
[Made by Connor](https://madebyconnor.co/)
16+
🐼 [Made by Connor](https://madebyconnor.co/)

LICENSE renamed to LICENSE.md

File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ For example, for my `local` dev setup:
241241

242242
...and it will use my stored, encrypted credentials instead of passing them in via commandline. You can also set this up on your remote server, and then set it via `REMOTE_DB_LOGIN_PATH`
243243

244-
[Made by Connor](https://madebyconnor.co/)
244+
🐼 [Made by Connor](https://madebyconnor.co/)
File renamed without changes.
File renamed without changes.

com.example.launch_daemon.plist

Lines changed: 0 additions & 25 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)