File tree 5 files changed +22
-19
lines changed
5 files changed +22
-19
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
# Server config files.
23
23
* .admins text
24
24
* .cfg text
25
+ * .cnf text
25
26
* .conf text
26
27
* .htaccess text
27
28
* .htaccess-apache text
31
32
# CSS/JavaScript files.
32
33
* .css text
33
34
* .js text
35
+ * .css.map text
36
+ * .js.map text
34
37
* .json text
35
38
39
+ # Applescript files.
40
+ * .applescript text
41
+ * .scpt binary
42
+
36
43
# PHP scripts/files.
37
44
* .inc text
38
45
* .php text
140
147
* .dll binary
141
148
* .exe binary
142
149
* .sh text
143
- * .so binary
150
+ * .so binary
Original file line number Diff line number Diff line change 8
8
* ~
9
9
* .bak
10
10
11
+ # Node
12
+ node_modules /
13
+ npm-debug.log
14
+
15
+ # SASS
16
+ .sass-cache /
17
+
11
18
# IntelliJ
12
19
.idea /
13
- * .iml
14
20
* .ipr
15
21
* .iws
16
22
@@ -49,10 +55,13 @@ Icon?
49
55
# Amazon Web Services
50
56
.elasticbeanstalk /
51
57
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
54
63
55
64
# 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
57
66
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.
Original file line number Diff line number Diff line change 1
1
## WordPress® Redirects
2
2
3
3
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 >
You can’t perform that action at this time.
0 commit comments