diff options
author | prashantsinalkar | 2016-08-31 16:23:06 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-09-01 22:13:07 +0530 |
commit | 67d1f6ee20bcf1c02edfcd3fa3d89c1f3f988c58 (patch) | |
tree | e353a6b6b83fa3347d513f823aafa512eba3a1ca | |
parent | 5a8318eac17f4f5bafe30c5642600c03426b9de7 (diff) | |
download | r_tbc_fixer-67d1f6ee20bcf1c02edfcd3fa3d89c1f3f988c58.tar.gz r_tbc_fixer-67d1f6ee20bcf1c02edfcd3fa3d89c1f3f988c58.tar.bz2 r_tbc_fixer-67d1f6ee20bcf1c02edfcd3fa3d89c1f3f988c58.zip |
Initial commit for drupal 7 module
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,13 @@ # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php + + +# Ignore paths that contain generated content. +cache/ +files/ +sites/*/files +sites/*/private +file_bck sites/example.sites.php # Ignore paths that contain generated content. @@ -17,6 +25,7 @@ robots.txt /MAINTAINERS.txt /UPGRADE.txt /README.txt +sites/all/README.txt sites/README.txt sites/all/libraries/README.txt sites/all/modules/README.txt @@ -37,3 +46,10 @@ xmlrpc.php /profiles /scripts /themes + +# Ignore vim temp. files +*.bak +*.swo +*.swp +*~ +*.*~ |