Chris van Marle
2e9b6ead2e
Fix gitignore to not ignore default modules folder
...
/modules/** makes git ignore all directories and files in /modules, so
it's not even looking in /modules/default for changes.
!/modules/default/** is therefore never used. By adding the new line
!/modules/default, git is told to look in the /modules/default folder
for changes and will find all sub files/dirs and match these on
!/modules/default/**.
2017-01-10 11:31:00 +01:00
Nicholas Hubbard
6677f2f5d4
Standardize the GitIgnore
2016-04-16 21:36:46 -04:00
Christopher
69a3354617
ignore .DS_Store files
...
ignore Desktop Services Store file for OS X
2016-04-15 09:53:34 +02:00
Michael Teeuw
f36f2357ef
Start of Module Development Documentation
2016-04-09 17:04:08 +02:00
Michael Teeuw
7b6772e77b
Allow custom css styling.
2016-04-05 10:26:18 +02:00
Michael Teeuw
e4c54cc655
Add module subfolder support.
2016-04-01 17:35:29 +02:00
Michael Teeuw
b243d25399
Improved socket connection for node_helper.
2016-03-30 16:25:24 +02:00
Michael Teeuw
d7ef4adbc8
update gitignore to ignore new modules (except default modules)
2016-03-30 14:59:57 +02:00
Michael Teeuw
7e873880f5
fix git ignore
2016-03-30 14:00:42 +02:00
Michael Teeuw
1be0edaf03
git ignore fix
2016-03-30 13:57:06 +02:00
Michael Teeuw
609e498973
git ignore fix
2016-03-30 13:56:53 +02:00
Michael Teeuw
c55ac659c1
Git ignore changes.
2016-03-30 13:47:57 +02:00
Michael Teeuw
1de52f7b64
Update gitignore.
2016-03-30 13:44:49 +02:00
Michael Teeuw
d00aa21c96
git ignore changes
2016-03-30 13:19:54 +02:00
Michael Teeuw
872d8584fb
Git ignore changes.
2016-03-29 13:28:51 +02:00