unifi-php-api/.gitignore
malle-pietje 13b6699889 API client class v1.1.71
- modified `create_radius_account()` method to make Tunnel Type and Medium optional parameters, contributed by @mreho
- added `advanced_adopt_device()` method for more advanced adoption capabilities, contributed by @Sarrus
- refactored several code sections
- updated connection test script
2021-09-29 10:41:39 +02:00

16 lines
279 B
Plaintext
Executable File

# Ignore personal config file
/examples/config.php
# ignore accidentally generated vendor directory and composer.lock file, just in case...
/vendor/
/composer.lock
# ignore phpdoc files
/build
.phpdoc-md
# ignore XML files
*.xml
# ignore PHPStorm files
.idea/*