diff options
author | Marvin Borner | 2018-06-28 21:15:57 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-28 21:15:57 +0200 |
commit | 15793496e8d56769c792cf39673c6e6dea3ec4d9 (patch) | |
tree | 1038f86603cdb52d7d9be5f125e5a88a25086995 /main/.gitignore | |
parent | 8781338896a0cfb47c871a0ecb13cd3fdee09d8e (diff) |
Preparing for complete rewrite..
Diffstat (limited to 'main/.gitignore')
-rw-r--r-- | main/.gitignore | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/main/.gitignore b/main/.gitignore deleted file mode 100644 index b17e6aa..0000000 --- a/main/.gitignore +++ /dev/null @@ -1,65 +0,0 @@ -# Ignores my text editor metadata
-*.komodoproject
-
-# Ignores Mac metadata. You can configure this globally if you use a Mac: http://islegend.com/development/setting-global-gitignore-mac-windows/
-.DS_Store
-
-# Ignore developer resources
-_meta/*
-
-# Ignore personal config files (dev)
-app/.env
-
-# Ignore composer-generated files
-composer.lock
-composer.phar
-
-# Ignore log, cache, and sessions directories
-app/cache/*
-app/logs/*
-app/sessions/*
-
-# Unignore log, cache, and sessions .gitkeeps
-!app/cache/.gitkeep
-!app/logs/.gitkeep
-!app/sessions/.gitkeep
-
-# Ignore bower vendor assets
-/app/sprinkles/*/assets/vendor/
-
-# Ignore sprinkles.json config file
-app/sprinkles.json
-
-# Ignore sample site sprinkle
-app/sprinkles/site-dev
-
-# Ignore Composer vendor
-app/vendor/*
-
-# Ignore node modules
-build/node_modules/*
-
-# Ignore generated bundle schema files
-build/bundle.config.json
-build/bundle.result.json
-
-# Ignore temporary build assets
-build/temp
-
-# Ignore npm-debug.log
-build/npm-debug.log
-
-# Ignore compiled assets
-public/assets/*
-
-# Ignore uploads
-uploads/*
-
-# Ignore minified assets (v0.3.x)
-public/js/min/*
-public/css/min/*
-
-# Ignore personal config files (v0.3.x)
-app/config-userfrosting.php
-
-app/database/userfrosting.db
|