Skip to content

Commit 0c459ab

Browse files
committed
dev: ignore old Symfony specific folders and files; structure gitignore
1 parent 514e2e6 commit 0c459ab

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/.idea/
1+
# IDE/OS specific
2+
.idea
3+
.vscode
4+
.DS_Store
5+
6+
# application
27
/pkgstats*.db*
38
/dist
49
/node_modules
@@ -8,5 +13,12 @@
813
/tmp/*
914
!/tmp/.gitkeep
1015
/pkgstatsd
16+
17+
# development
1118
/fixtures
1219
/migrate-data
20+
21+
# old Symfony directories/files
22+
.cache
23+
api/*
24+
app/*

0 commit comments

Comments
 (0)