diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f53afdbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +#files, the will be ignored by git + +#minified scripts +*.min.js + +#node modules folder +node_modules + +#cloudfoundry info files +cloudcmd.manifest.yml + +#herocu info file +Procfile \ No newline at end of file