diff --git a/.gitignore b/.gitignore index d37cec5..9491a2f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,6 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore -# Personal data for database -ToToCinema/property.properties - # User-specific files *.rsuser *.suo diff --git a/ToToCinema/Source.cpp b/ToToCinema/Source.cpp index f7be4dd..aa605b7 100644 --- a/ToToCinema/Source.cpp +++ b/ToToCinema/Source.cpp @@ -1,6 +1,7 @@ -#include +#include using namespace std; int main() { + // Need properties zamenitel return 0; } \ No newline at end of file diff --git a/ToToCinema/property.propeties b/ToToCinema/property.propeties deleted file mode 100644 index 2355d54..0000000 --- a/ToToCinema/property.propeties +++ /dev/null @@ -1 +0,0 @@ -Do you see me? \ No newline at end of file