Skip to content

Commit

Permalink
Update FOLDER-STRUCTURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AraldGarbo committed Dec 19, 2019
1 parent f0cfda9 commit 261c6a2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions FOLDER-STRUCTURE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Folder structure
```
plugins/simple.advertising # → Plugin
├── languages
│ └── simple-advertising.pot
plugins/simple.advertising # → Plugin root
├── languages # → Languages folder
│ └── simple-advertising.pot # → Simple advertising file pot
├── .gitattributes
├── .gitignore
├── FOLDER-STRUCTURE.md
├── index.php
├── LICENSE.md
├── LICENSE.txt
├── README.md
├── README.txt
├── simple-advertising.php
└── unistall.php
├── FOLDER-STRUCTURE.md # → Folder structure file md
├── index.php # → Empty index file php
├── LICENSE.md # → License file md
├── LICENSE.txt # → License file txt
├── README.md # → Readme file md
├── README.txt # → Readme file txt
├── simple-advertising.php # → Simple advertising file php
└── unistall.php # → Unistall file php

0 comments on commit 261c6a2

Please sign in to comment.