Skip to content

Commit bec7cc3

Browse files
committed
Merge branch 'feature/jaswsinc' into 000000-dev
2 parents daeeca6 + 1a450a6 commit bec7cc3

File tree

5 files changed

+22
-19
lines changed

5 files changed

+22
-19
lines changed

.floo

-3
This file was deleted.

.flooignore

-6
This file was deleted.

.gitattributes

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# Server config files.
2323
*.admins text
2424
*.cfg text
25+
*.cnf text
2526
*.conf text
2627
*.htaccess text
2728
*.htaccess-apache text
@@ -31,8 +32,14 @@
3132
# CSS/JavaScript files.
3233
*.css text
3334
*.js text
35+
*.css.map text
36+
*.js.map text
3437
*.json text
3538

39+
# Applescript files.
40+
*.applescript text
41+
*.scpt binary
42+
3643
# PHP scripts/files.
3744
*.inc text
3845
*.php text
@@ -140,4 +147,4 @@
140147
*.dll binary
141148
*.exe binary
142149
*.sh text
143-
*.so binary
150+
*.so binary

.gitignore

+14-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
*~
99
*.bak
1010

11+
# Node
12+
node_modules/
13+
npm-debug.log
14+
15+
# SASS
16+
.sass-cache/
17+
1118
# IntelliJ
1219
.idea/
13-
*.iml
1420
*.ipr
1521
*.iws
1622

@@ -49,10 +55,13 @@ Icon?
4955
# Amazon Web Services
5056
.elasticbeanstalk/
5157

52-
# For shell glob patterns. This includes GIT files too. We simply maintain this list together with `.gitignore`.
53-
# .~*;*~;*.bak;.idea;*.iml;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;.gitignore;.gitattributes;CVS;.cvsignore;.svn;_svn;.bzr;.bzrignore;.hg;.hgignore;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;.elasticbeanstalk
58+
# Vagrant
59+
.vagrant/
60+
61+
# For shell glob patterns. This includes Git files too. We simply maintain this list together with `.gitignore`.
62+
# .~*;*~;*.bak;node_modules;npm-debug.log;.idea;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;.gitignore;.gitattributes;CVS;.cvsignore;.svn;_svn;.bzr;.bzrignore;.hg;.hgignore;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;._*;.elasticbeanstalk;.vagrant
5463

5564
# This list is for IntelliJ IDEA / PhpStorm `File Types` configuration. Some files we actually WANT to work with as part of a project.
56-
# .idea;*.iml;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;CVS;.svn;_svn;.bzr;.hg;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;._*
65+
# .sass-cache;.idea;*.ipr;*.iws;*.sublime-workspace;*.sublime-project;.git;CVS;.svn;_svn;.bzr;.hg;SCCS;RCS;$RECYCLE.BIN;Desktop.ini;Thumbs.db;ehthumbs.db;.Spotlight-V100;.AppleDouble;.LSOverride;.DS_Store;.Trashes;._*;.vagrant
5766

58-
# We also need to update the WebSharks™ Core `dirs_files::ignore()` method if this changes.
67+
# We also need to update the WebSharks™ Core `dirs_files::ignore()` method if this changes.

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
## WordPress® Redirects
22

33
Redirects (a new Post Type) for WordPress®.
4-
5-
---
6-
7-
This project is now on Floobits too! [Watch us code](https://floobits.com/jaswsinc/wp-redirects/redirect) in real-time :-) <a href="https://floobits.com/jaswsinc/wp-redirects/redirect"><img alt="Floobits status" width="100" height="40" src="https://floobits.com/jaswsinc/wp-redirects.png" align="right" /></a>

0 commit comments

Comments
 (0)