diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c36d46a..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -www/* -sql/* \ No newline at end of file diff --git a/sql/.gitignore b/sql/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/sql/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/www/.gitignore b/www/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/www/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file